Hi,
I’ve posted a game that I’m working here. I did the JNLP file for it but when I run it with webstart causes an exception. If I download the jar file it runs ok. (Also is running OK in eclipse)
I’m using the Kev’s tip to load resources with
Thread.currentThread().getContextClassLoader().getResourceAsStream(file)
I don’t know if it is a problem with the data or the method used to access the images.
Here are the links:
Executable Jar
WebStart
Rafael.-