I am trying to get an app setup to use webstart. Basically what I did was look at the demos jnlp files and and made modifications to them.
However I keep running into problems. On windows I get permissions errors because GLCanvas is trying to add a shutdown hook.
On OSX the error is different but I think it is the same problem.
The app is one jar do I need to sign it, even though I doesn’t do anything other than call jogl methods ?