use_own_jme.adoc 868 B

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