[SOLVED] Integrating Jme3 with Eclipse issue

a simple helloWorld example works fine in Eclipse , however when I go to a more complicated example the JMonkeyEngine3.jar file does not contain:

com.jme3.bullet.*;

which of course will result in many problems in my model. How can I go around this issue?

thanks

You should use the SVN version of jMonkey, and add the bullet source folder in your buildpath.

Could you please explain more? how can I get the SVN version (sorry I just started using it). I integrated it w/ Eclipse by downloading the latest zipped distribution (containing the jar files) from the nightly server.

Have zou added all jars in dist/lib to the dependency on the classpath? if so, there should be a jbullet.jar and JME3-jbullet.jar.

1 Like