running a jnlp applet offline

Hi,
I have a jogl applet embedded in a web page and interacting via javascript with the host page.
Everything is fine as long as I’m connected to the internet. However for demonstration purposes I would like to get it to run offline.

is this possible?

here is the applet tag (with mods attempting to run offline) :




I have re-signed the jogl and gluegen files but trying to do the same to the launcher is not working.

Any help much appreciated.

Chris

I know with a standard webstart descriptor you can use , not sure if the applet wrapper supports this, or maybe you can have a look at the new Java pluggin that supports webstart descriptors for applets?

here’s the link I was looking for:
https://jdk6.dev.java.net/plugin2/jnlp/

I don’t think you have to do anything special to allow to run the applet offline. Don’t even resign the jars. Just download the ones working online and change the paths to the local storage you downloaded them to.