Hello Guest

Problem with packaging

  • 16 Replies
  • 25812 Views
Re: Problem with packaging
« Reply #15 on: October 01, 2011, 19:37:21 »
Thanks for the help and the link. It does run now but the application only opens for a second and then it closes again. This is the output:

Trying window - 1280x800
Window successful
Exception in thread "main" java.lang.ExceptionInInitializerError
        at platformertrylwjgl.PlatformerTry.loadGame(PlatformerTry.java:55)
        at platformertrylwjgl.PlatformerTry.startGame(PlatformerTry.java:46)
        at platformertrylwjgl.PlatformerTry.main(PlatformerTry.java:170)
Caused by: java.lang.RuntimeException: Resource not found: res/tex/TestTexture.p
ng
        at org.newdawn.slick.util.ResourceLoader.getResourceAsStream(ResourceLoa
der.java:69)
        at platformertrylwjgl.graphics.TextureManager.loadTexture(TextureManager
.java:26)
        at platformertrylwjgl.graphics.TextureManager.<clinit>(TextureManager.ja
va:20)
        ... 3 more

*

Offline kappa

  • *****
  • 1319
Re: Problem with packaging
« Reply #16 on: October 01, 2011, 20:17:04 »
looks like you left your game resources out when exporting the game jar from eclipse, namely:

Caused by: java.lang.RuntimeException: Resource not found: res/tex/TestTexture.png