I can't run interactive tests of jmePhysics in test-interactive folder!

I have builded the jme source and jmePhysics source  in eclipse. And there is no error.



But When I run the interactive tests in test-interactive folder, I got an exception which is :

  java.lang.IllegalStateException: No physics implementation was registered nor found!

at com.jmex.physics.PhysicsSpace.create(PhysicsSpace.java:265)

at com.jmex.physics.util.SimplePhysicsGame.initSystem(SimplePhysicsGame.java:41)

at com.jme.app.BaseGame.start(BaseGame.java:52)

at jmetest.physics.TestBasicJoints.main(TestBasicJoints.java:100)



I copy the "odejava.dll" to "C:WINDOWSsystem32" folder and try it again. But the same exception still ocour.



my os is WindowXP

Ensure you have compiled impl/ode/src/ and added the result to the classpath. It's the java part of the implementation that is missing.

thanks a lot. I got it :smiley: :smiley: