Re: can't build in Netbeans... this is frustrating!
Posted by jacksmash on Nov 18, 2011; 2:53pm
URL: https://forum.jogamp.org/can-t-build-in-Netbeans-this-is-frustrating-tp3516072p3518796.html
This is where I'm at:
Now the program builds just fine... no errors. But I when I run it, I get:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\libs\jogl-2.0\lib\gluegen-rt.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1732)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at com.jogamp.gluegen.runtime.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:117)
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.<clinit>(JVMUtil.java:56)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:1145)
at joglapp.JOGLPanel.<init>(JOGLPanel.java:56)
at joglapp.InternalMain.<init>(InternalMain.java:41)
at joglapp.FrmDesktop.<init>(FrmDesktop.java:16)
at joglapp.Main.main(Main.java:24)