JOGL API installing

Hi~
I am now developing a applet 3D game with jogl, and I hope that client can conveniently install jogl API. How to do that…
Actually, I also dont know how to make a jogl installation dialog with JNLP web start. what tag should I use in jnlp file.
thank~~

[quote]Actually, I also dont know how to make a jogl installation dialog with JNLP web start. what tag should I use in jnlp file.
[/quote]
I can’t answer your applet question but I recommend using Java Web Start. It is very easy to deploy JOGL apps using JWS; you don’t even need to sign your jars. Save one of the JNLP files on the jogl-demos website to disk (for example, Gears) and look through it. It should be obvious what parts to modify.