Exception in thread "main" java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at com.jogamp.gluegen.runtime.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:102) at com.jogamp.gluegen.runtime.NativeLibLoader.access$000(NativeLibLoader.java:51) at com.jogamp.gluegen.runtime.NativeLibLoader$1.run(NativeLibLoader.java:70) at java.security.AccessController.doPrivileged(Native Method) at com.jogamp.gluegen.runtime.NativeLibLoader.loadGlueGenRT(NativeLibLoader.java:68) at com.jogamp.common.jvm.JVMUtil.(JVMUtil.java:56) at javax.media.opengl.GLProfile.(GLProfile.java:1051) at HelloWorld.main(HelloWorld.java:14)
So i get this lovely exception everytime I try to run a tutorial JOGL file. I have desperately tried everything I could. Adding all possible libraries for jogl and gluegen including:
jogl.jar jogl.all.jar jogl natives gluegen natives gluegen and jogle natives for macosx
Everything, and it says that there is no gluegen library though there obviously is. -.- I read somewhere about jnilib files and tried putting them into the folders with the jar files, but still no luck.
I am using Eclipse, by the way.