Re: JOGL Web Start Applet in a Local Net
Posted by Sandhase on Jan 20, 2011; 9:52am
URL: https://forum.jogamp.org/JOGL-Web-Start-Applet-in-a-Local-Net-tp2278856p2293811.html
Hi Wade,
thanks for your help. Now it works almost perfect :)
I compiled JOGL yesterday for my own, used those jar's, signed them and created the .jnlp files. Guess somewhere something was wrong with some paths.
It's just almost perfect because it works on my openSUSE with Firefox and Opera but does not work on an Windows XP 64bit with IE8.
This is the error message:
Exception in thread "thread applet-test.TriangleApplet-1" java.lang.UnsatisfiedLinkError: com.jogamp.nativewindow.impl.windows.GDI.GetCurrentProcess()J
at com.jogamp.nativewindow.impl.windows.GDI.GetCurrentProcess(Native Method)
at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.enterThreadCriticalZone(WindowsWGLDrawableFactory.java:136)
at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1222)
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1192)
at javax.media.opengl.GLProfile.access$000(GLProfile.java:66)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:110)
at test.TriangleApplet.init(TriangleApplet.java:22)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Got it with my own applet and the gears applet. Already changed the native jars for windows 64bit but did not help. In the .jnlp files there are links to the native files and i guess they get found.
any idea?
i downloaded the native libs from jogamp org using the autobuild from 13th december for all systems.
thanks!