Can't get jME2 set up

Hey jME community I am new to the jME and am trying to get it to install uder eclipse. I used this tutorial: http://www.jmonkeyengine.com/wiki/doku.php?id=downloading_and_installing_jme_2.x



To try and get it set up to work with Eclipse. But every time I try to run the TestChooser.java program i get this error:

java.lang.NoClassDefFoundError: and
Exception in thread "main"



I followed that tutorial exactly and have done it about 10 times now. I also reinstalled eclipse. I am running Windows xp. Thanks for your help.

did you try the http://www.jmonkeyengine.com/wiki/doku.php?id=video_tutorial_-_setting_up_eclipse_to_build_jme_2 ?



edit: also make sure that in eclipse  project->build automatically is checked.

HawkStorm said:

Hey jME community I am new to the jME and am trying to get it to install uder eclipse. I used this tutorial: http://www.jmonkeyengine.com/wiki/doku.php?id=downloading_and_installing_jme_2.x

To try and get it set up to work with Eclipse. But every time I try to run the TestChooser.java program i get this error:

java.lang.NoClassDefFoundError: and
Exception in thread "main"



I followed that tutorial exactly and have done it about 10 times now. I also reinstalled eclipse. I am running Windows xp. Thanks for your help.


had a similar issue when i first set up eclipse out of curiosity did u change the default eclipse compiler from jre to jdk??
Its like setting Java Home but for eclipse  :D

Thanks for the help guys. And yeah i figured out that that i forgot to change the jre to the jdk.