Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Latest commit

 

History

History
45 lines (44 loc) · 2.07 KB

use_own_jme.md

File metadata and controls

45 lines (44 loc) · 2.07 KB
title
How to integrate your own jME3 compile in jMonkeyEngine SDK projects

How to integrate your own jME3 compile in jMonkeyEngine SDK 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 all JAR files 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