Hi, im using Slick, and I made a pong game. The IDE is JCreator. It works fine when run from the IDE. However, whenever i use the Jar Maker from the GTGE website, http://www.goldenstudios.or.id/products/utilities/jarmaker/index.php, to make a jar, and I get an error, in the command line, saying
Exception in thread “main” java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
at Sub.main(Sub.java:347)
line number 347 points to AppGameContainer app = new AppGameContainer(new Sub());
What do I do?