Hi all,
http://www.ribot.co.uk/webstart/
I’m having a few problems getting a basic webstart app to work with LWJGL code (consisting of a single Game class which is in fact an identical copy to that in the test package but with some colour added to the vertices of the spinning rectangle).
I have tested under OS X and everything runs without fault, but on my XP system, the application doesnt even seem to start (the furthest it goes is the completion of downloading the libraries).
Any ideas? Is there a list of dos and don’ts with regard to LWJGL+Webstart development?
[edit: updated link]


So basically, it looks like the lwjgl package isn’t being loaded for some reason (line 26 is the first location where I create any objects - in this case it is the first object created from the LWJGL libs.
Sorry.