Problem with jme

I'm having trouble with the hello world exampel :confused:



2007-sep-19 21:19:36 com.jme.app.BaseGame start
INFO: Application started.
2007-sep-19 21:19:36 com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
2007-sep-19 21:19:36 com.jme.system.PropertiesIO load
VARNING: Could not load properties. Creating a new one.
2007-sep-19 21:19:36 class gametest.TestSphere start()
ALLVARLIG: Exception in game loop
java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
        at com.jme.app.AbstractGame.getAttributes(Unknown Source)
        at com.jme.app.BaseGame.start(Unknown Source)
        at gametest.TestSphere.main(TestSphere.java:23)
2007-sep-19 21:19:36 com.jme.app.BaseSimpleGame cleanup
INFO: Cleaning up resources.
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
        at com.jme.system.lwjgl.LWJGLSystemProvider.getDisplaySystem(Unknown Source)
        at com.jme.system.DisplaySystem.getDisplaySystem(Unknown Source)
        at com.jme.util.TextureManager.doTextureCleanup(Unknown Source)
        at com.jme.app.BaseSimpleGame.cleanup(Unknown Source)
        at com.jme.app.BaseGame.start(Unknown Source)
        at gametest.TestSphere.main(TestSphere.java:23)
Java Result: 1




Additional information:

I have no trouble running the Demos and i have followed the netbeans setup guide step by step.

I am adding the jME-compile libraries to my project

you are missing the lwjgl.jar in your classpath

I'll setup another bundle library with all these jars in and pack them together with the application when i get home from the office.