Hello,
I am trying to run the Space Invaders example from the LWJGL wiki. This one.
http://lwjgl.org/wiki/index.php?title=Space_Invaders_Example_Game
What is odd to me is that there is no red 'x’s in Eclipse and it seams like I have
properly attached all the libraries right.
Here is the error it gives me.
Fri Nov 08 02:26:45 CST 2013 INFO:Slick Build #237
Fri Nov 08 02:26:45 CST 2013 INFO:LWJGL Version: 2.9.0
Fri Nov 08 02:26:45 CST 2013 INFO:OriginalDisplayMode: 1440 x 900 x 32 @0Hz
Fri Nov 08 02:26:45 CST 2013 INFO:TargetDisplayMode: 800 x 600 x 0 @0Hz
Fri Nov 08 02:26:45 CST 2013 INFO:Starting display 800x600
Fri Nov 08 02:26:46 CST 2013 INFO:Use Java PNG Loader = true
Fri Nov 08 02:26:46 CST 2013 INFO:Controllers not available
Exception in thread "main" java.lang.RuntimeException: Resource not found: testdata/alphamap.png
at org.newdawn.slick.util.ResourceLoader.getResourceAsStream(ResourceLoader.java:69)
at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTextureLoader.java:185)
at org.newdawn.slick.Image.<init>(Image.java:192)
at org.newdawn.slick.Image.<init>(Image.java:166)
at org.newdawn.slick.Image.<init>(Image.java:154)
at org.newdawn.slick.Image.<init>(Image.java:132)
at org.newdawn.slick.tests.AlphaMapTest.init(AlphaMapTest.java:33)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:393)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:317)
at org.newdawn.slick.tests.AlphaMapTest.main(AlphaMapTest.java:79)
Thank you so much for reading this and trying to help.