I see in the applet example that the JOGL code is linked in as a JNLP extension from http://download.java.net/media/jogl
Does it have to be this way? I mean, what if I want to host the JOGL JARs on my own server and have them downloaded from there? What I actually want to do is to use ProGuard to shrink my applet JARs and the JOGL JARs and combine them into one JAR but I believe there may be issues with signing if I do that. Is that correct? Is it only possible to use the JOGL JARs unmodified and not built by myself?
Thanks,
Jarrick Chagma