com.jme3.app.SimpleBulletApplication cannot be found

Hi All,



I am using JME3 with Eclipse, and trying the Terrain code sample. however the following lines show that they cannot be found:



import com.jme3.app.SimpleBulletApplication;

import com.jme3.bullet.nodes.PhysicsCharacterNode;

import com.jme3.bullet.nodes.PhysicsNode;





Am I missing something? I just downloaded and unzipped the 5th July nightly build.

  1. why dont u use JMP instead of eclipse.
  2. any ide wont notice your libraries unless you add them.

    Libraries → Add Jar / Folder → selectYourFile.jar
  1. due to admin/software restrictions on this PC I can only run Eclipse


  2. I’ve added them to my Libraries.



    and a search of all the .jar files contents I do not see SimpleBulletApplication or the others at all… any idea which external jar they are in specifically?

strangely I see the files when I browse the code in Google Code.



Are the files in the nightly build downloads different from if you used SVN checkouts?

ok, got it to work. it seems the 3 files were deprecated and left out of the nightly builds.



Made changes to the tutorial code and used Physics Controls.



It works!! :slight_smile: Just in case anyone is having the same problem as me.

On which page do you see references to those classes? We should probably update them to reflect the changes

Yep, that’d be great.



It’s the Terrain Collision tutorial found here:



https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:intermediate:terrain_collision