How to integrate your own jME3 compile in jMP projects

  1. Make your changes
  2. Compile jme3 project
  3. Go to Tools → Libraries
  4. Press "New Library"
  5. Name it "jme3-modified"
  6. Press "Add Jar/Folder"
  7. Select jMonkeyEngine3.jar from the dist dir of the compiled jme3 version
  8. Add the src folder of the jme3 project in the "sources" tab
  9. Optionally javadoc in the "javadoc" tab
  10. Press "OK"
  11. Right-click your project and select "Properties"
  12. Select "Libraries" to the left
  13. Remove the "jme3" library
  14. Press "Add Library" and select the "jme3-modified" library

view online version