I’m trying to use the latest build of jogl 1.1.0-rc.1 with webstart, and I keep getting the following error:
Exception in thread “AWT-EventQueue-2” java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.sun.gluegen.runtime.NativeLibLoader$1.run(NativeLibLoader.java:68)
My .jnlp file references a jogl.jnlp file which looks like the following:
<?xml version="1.0" encoding="utf-8"?> JOGL Sun Microsystems, Inc. JOGL Java programming language binding for the OpenGL 3D graphics API.Can anybody see what I’m doing wrong. It worked with the September release of jogl, but ever since the gluegen-rt.jar has been included I get the error.