Hi
I am making a game and today i started to make a jar file and a jnlp for webstart.
The problem is that the game has to read and parse the file xmltest.xml,this works when I run it from Eclipse or start the Jar file manually when the file is outside the jar. When I move the jar to a standalone directory so that “xmltest.xml” is inside the jar root the file cant be found.
How can I do this? Do i have to read the jar file? Is there some other way of specifying resources in java webstart other then .jar files? So maybe I could
specify the xmltest.xml file in the jnlp?
