質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top