I am new to jME and new to Java. I followed the “Getting Started” tutorial in the jME official site, download the jME from cvs.dev.java.net, and build them with ANT. Everything goes well, but when I test the demo, errors appear:
D:\jME>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/jmet
est-data.jar jmetest.effects.TestDynamicSmoker
Exception in thread “main” java.lang.NoClassDefFoundError: jmetest/effects/TestD
ynamicSmoker