Question

I'm trying to use OpenKinect's wrapper in Java from this address: https://github.com/OpenKinect/libfreenect/tree/master/wrappers/java I've also added the jna-3.0.9.jar, hamcrest-all-1.3.jar, and junit-4.8.jar to the project, so now everything is perfect, except there is a line in Freenect.java which has an error: Native.register(instance);

The method 'register' does not even exist for 'Native' !! Does anybody familiar with openkinect know what's wrong with this?

Était-ce utile?

La solution

Maybe if the version is not 64bit, the library is not added properly. Check it with more details...

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top