Exception in thread "main" java.lang.NoClassDefFoundError: com/jmex/effects/Part

I'm wondering how to trouble shoot this one. It seems that the real path is com/jme… not com/jmex…

What would be the easiest way to find the jar that points to the wrong path? Or is this not the problem=?



Thanks for the help



C: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/jmetest-da

ta.jar jmetest.effects.TestDynamicSmoker

Exception in thread "main" java.lang.NoClassDefFoundError: com/jmex/effects/Part

icleManager

I believe there should be a jme-effect.jar file that you'll need to add to the classpath.  I think that should fix your problem.



darkfrog

ok.

thanks