|
@@ -1,28 +1,30 @@
|
|
|
= use_own_jme
|
|
|
-:author:
|
|
|
-:revnumber:
|
|
|
+:author:
|
|
|
+:revnumber:
|
|
|
:revdate: 2016/03/17 20:48
|
|
|
:keywords: documentation, sdk, project, builds
|
|
|
:relfileprefix: ../
|
|
|
:imagesdir: ..
|
|
|
+:experimental:
|
|
|
+
|
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
|
|
|
== How to integrate your own jME3 compile in jMonkeyEngine SDK projects
|
|
|
|
|
|
-. <<jme3/build_jme3_sources_with_netbeans#,Download jme3 project from svn>>
|
|
|
+. <<jme3/build_jme3_sources_with_netbeans#,Download jme3 project>>
|
|
|
. Make your changes
|
|
|
. Compile jme3 project
|
|
|
-. Go to Tools → Libraries
|
|
|
-. Press “New Library
|
|
|
-. Name it “jme3-modified
|
|
|
-. Press “Add Jar/Folder
|
|
|
+. Go to menu:Tools[Libraries]
|
|
|
+. Press "`New Library`"
|
|
|
+. Name it "`jme3-modified`"
|
|
|
+. Press "`Add Jar/Folder`"
|
|
|
. Select all JAR files from the `dist` dir of the compiled jme3 version
|
|
|
-. Add the `src` folder of the jme3 project in the “sources tab
|
|
|
-. Optionally javadoc in the “javadoc tab
|
|
|
-. Press “OK
|
|
|
-. Right-click your project and select “Properties
|
|
|
-. Select “Libraries to the left
|
|
|
-. Remove the “jme3 library
|
|
|
-. Press “Add Library and select the “jme3-modified library
|
|
|
+. Add the `src` folder of the jme3 project in the "`sources`" tab
|
|
|
+. Optionally javadoc in the "`javadoc`" tab
|
|
|
+. Press "`OK`"
|
|
|
+. btn:[RMB] select your project and choose "`Properties`"
|
|
|
+. Select "`Libraries`" to the left
|
|
|
+. Remove the "`jme3`" library
|
|
|
+. Press btn:[Add Library] and select the "`jme3-modified`" library
|