I’ve been following Kev’s rather handy webstart tutorial to get my app webstart-able, but can’t seem to get the last bit done. My current effort is http://co-project.lboro.ac.uk/users/cojc5/Webstart/VecriptEditor.jnlp but it exits straight after downloading the jars, no error message and nothing in the webstart log. 
The server is returning the correct MIME type, I’ve recoded my app to load resources from jar files. I’ve also packaged up Jogl and its native libs into jars and signed and uploaded everything.
But I can’t find a good way to figure out whats going wrong, looking in the webstart cache and all the files seem to be there, and its unpacked the jogl dll into its own dir (which is how Wurm is in my cache as well).
I think its my main class - the tutorial doesn’t mention it, so i when hunting though Wurms webstart. I ended up adding a main=“true” in the appropriate jar tag, and a main-class=“com.vecript.core.Vecript” to the application-desc at the bottom. I’ve also got the main class specified in the manifest of the appropriate jar file as well.
So what am i missing? Anyone any ideas?
