Posted by Wade Walker on Nov 22, 2011; 2:30am URL: https://forum.jogamp.org/Extract-required-libraries-JOGL-2-tp3526439p3526678.html
What kind of app are you creating? Is this a Web Start app or an applet (hence the JNLP file)? Or is it a desktop app?
For applets and Web Start, I've always pointed JNLP files at JAR files via an URL (file or network). You might be able to create a file URL that points inside a JAR, if that's what you're trying to do.