Hey Ken and others,
I come across the following yesterday:
Please don't recommend dropping JOGL into the JRE directly. This defeats the ability of others to deploy JOGL via Java Web Start.
If you want to deploy an applet using JOGL, please look at the JOGLAppletLauncher which is in the current JSR-231 beta 2 as well as the current nightly builds. It allows you to deploy unsigned applets using JOGL without any manual installation step.
Afterwards I proofed it and of course, what Ken said is true. I can't run jogl webstart applications using the lastest nightly build, while having the same version installed on my JRE by putting jogl.jar to lib/ext and the native libraries to lib/i386 (linux).
As a conclusion, I have removed jogl from the JRE. My question is now, how to delevelop jogl applications. Since I'm using Netbeans 5.0, I can add jogl.jar to the libraries, but what should I do to make the native libs available?
Thanks in advance,
Michael