For my test code I have my image files in the programs jar file. This normally load fine with the below call…
getClass().getClassLoader().getResource(“game_art/front.png”).getPath()
but when I enable the webstart, the file path is not the same and it errors on loading the file. Everything else seems to work fine up to this point.
Is there a special way to load your game resources from the java jar when doing a webstart?