Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top