문제

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