Trouble running demos under Windows

I tried the following, and got errors:




C:jme>java -cp ../lwjgl/lwjgl.jar;jme.jar;jmetest-data.jar;jmetest.jar jmetest.renderer.TestManyChildren
java.lang.NoSuchMethodError: org.lwjgl.opengl.Window.create(Ljava/lang/String;IIIIIIII)V
        at com.jme.system.LWJGLDisplaySystem.initDisplay(Unknown Source)
        at com.jme.system.LWJGLDisplaySystem.createWindow(Unknown Source)
        at jmetest.renderer.TestManyChildren.initSystem(Unknown Source)
        at com.jme.app.SimpleGame.start(Unknown Source)
        at jmetest.renderer.TestManyChildren.main(Unknown Source)

C:jme>



I downloaded the most recently pre-built version of the jar files and such and have lwjgl 0.89

What have I done wrong?

tone

The pre-built version of the jars actually does not work with the latest .89 of lwjgl that was recently released. The latest code in cvs does however. We keep webstart fairly up to date though… You can actually download jars here:



http://www.mojomonkeycoding.com/webstart/