Problems compiling a project

Hello, i am developing a game using jme libraries, but i have a problem when i compile the project, i obtain this message, i don't know what is the cause of it. Could anyone help me please?



29-dic-2009 15:05:18 com.jmex.game.DefaultUncaughtExceptionHandler uncaughtException

GRAVE: Main game loop broken by uncaught exception

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

at com.jme.system.lwjgl.LWJGLSystemProvider.getDisplaySystem(LWJGLSystemProvider.java:54)

at com.jme.system.DisplaySystem.getDisplaySystem(DisplaySystem.java:283)

at com.jme.system.DisplaySystem.getDisplaySystem(DisplaySystem.java:184)

at com.jmex.game.StandardGame.initSystem(StandardGame.java:287)

at com.jmex.game.StandardGame.run(StandardGame.java:210)

at java.lang.Thread.run(Thread.java:595)

antu said:

Hello, i am developing a game using jme libraries, but i have a problem when i compile the project, i obtain this message, i don't know what is the cause of it. Could anyone help me please?

29-dic-2009 15:05:18 com.jmex.game.DefaultUncaughtExceptionHandler uncaughtException
GRAVE: Main game loop broken by uncaught exception
java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
...


Study some beginner Java tutorials and learn how to use the Java classpath.

Try to add lwjgl.jar to your classpath. Maybe you can show us how exactly do you compile or what IDE you use



But as blaine said: this is java basics. if you don't know this it will be hard to develope a game in java