UnsatisfiedLinkError problem
Posted by Matteo Battaglio on Jun 17, 2010; 12:36pm
URL: https://forum.jogamp.org/UnsatisfiedLinkError-problem-tp902569.html
Hi,
I'm trying to use jogl2 to replace jogl 1.1.1 in a maven project which uses a GLJPanel. The IDE used is NetBeans.
I've already replaced all the dependencies (jogl.all.jar, nativewindow.all.jar, gluegen-rt.jar) and the dlls too.
I successfully modified the code and was able to compile my project, but when i run it, it gives me the following exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I
at com.jogamp.common.os.Platform.getPointerSizeInBitsImpl(Native Method)
I can't figure out what is missing... any suggestion?
Thanks in advance