UnsatisfiedLinkError on startup on Mac OS X

Asked by Mathieu Bastian

Graphic library error, related to JOGL.

Stack trace:

java.lang.UnsatisfiedLinkError: com.sun.opengl.impl.JAWTFactory.JAWT_GetAWT0(Ljava/nio/ByteBuffer;)Z
 at com.sun.opengl.impl.JAWTFactory.JAWT_GetAWT0(Native Method)
 at com.sun.opengl.impl.JAWTFactory.JAWT_GetAWT(JAWTFactory.java:38)
 at com.sun.opengl.impl.JAWT$1.run(JAWT.java:99)
 at java.security.AccessController.doPrivileged(Native Method)
 at com.sun.opengl.impl.JAWT.getJAWT(JAWT.java:95)
 at com.sun.opengl.impl.macosx.MacOSXOnscreenGLDrawable.lockSurface(MacOSXOnscreenGLDrawable.java:144)
 at com.sun.opengl.impl.macosx.MacOSXOnscreenGLContext.makeCurrentImpl(MacOSXOnscreenGLContext.java:57)
 at com.sun.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:134)
 at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:182)
 at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
 at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
 at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
 at sun.awt.RepaintArea.paintComponent(RepaintArea.java:276)

Question information

Language:
English Edit question
Status:
Solved
For:
Gephi Edit question
Assignee:
No assignee Edit question
Solved by:
Mathieu Bastian
Solved:
Last query:
Last reply:
Revision history for this message
Mathieu Bastian (mathieu.bastian) said :
#1

This problem is due by the presence of other versions of JOGL library loaded in the system, which cause a conflict.

Please remove all JOGL jnilib files from your java folder.