use_own_jme.adoc 825 B

123456789101112131415161718192021222324
  1. = use_own_jme
  2. :revnumber: 2.0
  3. :revdate: 2020/07/27
  4. :keywords: documentation, sdk, project, builds
  5. == How to integrate your own jME3 compile in jMonkeyEngine SDK projects
  6. . xref:ROOT:getting-started/build_jme3_sources_with_netbeans.adoc[Download jme3 project]
  7. . Make your changes
  8. . Compile jme3 project
  9. . Go to `menu:Tools[Libraries]`
  10. . Press btn:[New Library]
  11. . Name it "`jme3-modified`"
  12. . Press btn:[Add Jar/Folder]
  13. . Select all JAR files from the `dist` dir of the compiled jme3 version
  14. . Add the `src` folder of the jme3 project in the "`sources`" tab
  15. . Optionally javadoc in the "`javadoc`" tab
  16. . Press btn:[OK]
  17. . btn:[RMB] select your project and choose "`Properties`"
  18. . Select "`Libraries`" to the left
  19. . Remove the "`jme3`" library
  20. . Press btn:[Add Library] and select the "`jme3-modified`" library