Another problem installing jME with eclipse

Today i have downloaded via CVS the latest jme and followed the tutorial at http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_eclipse_to_build_jme exactly, to the word, three seperate times.  I have read other posts - they seem to offer no solution to the problem, this is a fresh install of eclipse.



i continue to get this error message:





23-Oct-2007 23:21:50 com.jme.system.PropertiesIO load

WARNING: Could not load properties. Creating a new one.

23-Oct-2007 23:21:51 class jmetest.renderer.TestTeapot start()

SEVERE: Exception in game loop

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(Unknown Source)

at com.jme.app.AbstractGame.getAttributes(Unknown Source)

at com.jme.app.BaseGame.start(Unknown Source)

at jmetest.renderer.TestTeapot.main(TestTeapot.java:61)







please help!






Do you have lwjgl.jar on the classpath?

as i said - i followed the guide exactly, so its there.

turns out i had a few jme jars in the jre classpath that were getting in the way somehow - works fine now!