This problem only occurs with LWJGL and I have yet to figure out why. Whenever I try to make a LWJGL application ‘webstartable’ it will load into a blank screen and then close. Note that it doesn’t crash- at least to any extent that I can notice. In some cases the program will error out even before the display gets initialized- errors range from ‘bad program entrance point’ to ‘NoClassDefFoundError’ depending on the machine.
Here’s a test for you guys:
This is a ‘webstartable’ version of Captain Jesters’s NeHe Tutorial #19- the particle system test. It’s simple enough to see if webstart works or not.
EDIT: Problem solved, file taken down.
Note:
I’ve used webstart before with success, though, I have never been able to get things to work when multiple jar files are involved. As long as the program and all of it’s media is contained within a single jar, I’m fine.