Testing jme problem?///

i have just installed jme…

first i have downloaded documentation having instruction to download jme to my machine…

first i downloaded jdk 6

second…i downloaded wincvs

third…i downloaded the zip file of ant and extracted…then i set the classpath of ant…

fourth…i opened command prompt and executed this commands…

cvs -d :pserver:[java.net username]@cvs.dev.java.net:/cvs login

cvs -d :pserver:[java.net username]@cvs.dev.java.net:/cvs checkout -P jme

afterwards everything was done…jme folder was creted in c:



fifth…i compiled the jme by executing the command—>ant dist-all and ant dist-test



now i am facing problem in sixth step i.e…testing jme…

i am not able to test demo programs…



first i ran–>set CLASSPATH=lib/lwjgl.jar;lib/jogg-0.0.7.jar;lib/jorbis-0.0.15.jar;

target/jme.jar;target/jme-effects.jar;target/jme-model.jar;

target/jme-audio.jar;target/jme-terrain.jar;target/jmetest.jar;

target/jmetest-data-model.jar;target/jmetest-data-cursor.jar;

target/jmetest-data-sound.jar;target/jmetest-data-skybox1.jar;

target/jmetest-data-texture.jar;target/jmetest-data-images.jar;

target/jme-awt.jar



then i ran—>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



and



java -Djava.library.path=./lib jmetest.effects.TestDynamicSmoker…both…



i got the exception—noclassdeffounderror…



please pls pls …somebody help me out to solve this problem…

Which class definition is not found exactly? Is it from JME, the test classes, or LWJGL ?