cannot import com.jme3.bullet.BulletAppState?

Hello I just started using jme3 and I have been trying to go through the tutorials, but when I try to import BulletAppState for the physics tutorials (or in any file for that matter) I just get a symbol not found error. I have tried reinstalling, checked spelling, copy and pasted directly from the example. I’m really at a loss here. I downlowaded jbullet by itself and looked through its classes and could not find a BulletAppState class.



Can anyone help me out?

BulletAppState has been added to JME3 after the alpha2.

It’s only available in the nightly builds here http://jmonkeyengine.com/nightly/ or in the svn repository here http://code.google.com/p/jmonkeyengine/source/checkout for now.



The alpha 3 is around the corner though, and will contain all the newest features.