JNLP file for all jogl implementations

Does anybody know where I can get information on the resource os="…" sections of a jogl webstart .jnlp file, for all the jogl library implementations available on the jogl web site.

<?xml version="1.0" encoding="utf-8"?> JOGL Sun Microsystems, Inc. JOGL Java programming language binding for the OpenGL 3D graphics API.

The only one that I see available is the one above, but it dosen’t seem to use the jogl-natives-linux-i586.jar, jogl-natives-linux-amd64.jar, jogl-natives-macosx-ppc.jar, jogl-natives-macosx-universal.jar and jogl-natives-solaris-sparcv9.jar. I’m unclear about the os="…" that I should use in the resources tag of the webstart file.

Check the JOGL User’s Guide. The section “Java Web Start Integration” has the link to the current extension JNLP file (under “jsr-231-webstart-current” on download.java.net).