Getting started

Hello, I have followed all the steps on the getting started guide, and when I try to run some sample, I receive the following message:



Exception in thread "main" java.lang.NoClassDefFoundError: com/jme/app/SimpleGame



I used the following code (listed in the guide):



java -Djava.library.path=./lib -cp ./lib/lwjgl.jar;./lib/jogg-0.0.5.jar;./lib/jorbis-0.0.12.jar;./target/jme.jar;./target/jmetest.jar;./target/jmetest-data.jar jmetest.effects.TestDynamicSmoker



My Java version is 5.