Check out jME3 from SVN using NetBeans IDE 6.5- Go to "Versioning" -> "Check out.."
- Enter "http://jmonkeyengine.googlecode.com/svn" for Repository URL.
- Click "Next"
- Click "Browse..." to the right of "Repository Folder(s)".
- In the new window, open "branches" tree, and select "mf_jme3test"
- Under "Local Folder" specify the folder where you want the jME3 project.
- Click "Finish"
Check out jME3 from SVN using NetBeansIDE 6.7- Go to Team -> Subversion -> Checkout
- Enter http://jmonkeyengine.googlecode.com/svn for Repository URL, leave username and password blank.
- Click Next
- Click Browse... to the right of "Repository Folder(s).
- In the new window, open branches tree, and select mf_jme3test
- Under Local Folder specify the folder where you want the jME3 project.
- Click Finish
- Open project when it finished transferring.
- Right-click on your main project folder and go to Properties
- Click Libraries on the left side of the window, then Add JAR/Folder on the right side.
- Add the following 5 jar files from the mf_jme3test project's lib folders, where <FP> should be replaced with the full path to the mf_jme3test folder:
- FP\mf_jme3test\lib\jogl\gluegen-rt.jar
- FP\mf_jme3test\lib\jogl\jogl.jar
- FP\mf_jme3test\lib\lwjgl\jME3-natives2.2.jar
- FP\mf_jme3test\lib\lwjgl\2.2_jar\jinput.jar
- FP\mf_jme3test\lib\lwjgl\2.2_jar\lwjgl.jar
- Click ok.
- Browse to the src/g3dtest folder and run TestDebugShapes?.java
- If it worked, you're in! Check out some of the other nice test apps...
All I can say is KUDOS to the new jmonkey team! From what I can tell, jme3 has enormous potential and is definitely the right way to go. I was just getting my feet wet with jme2 when i caught on to this project, and first impression is that the changes are good. I am sure there are plenty others like me that really appreciate all the development time that is going into this.
|
Check out jME3 from SVN using Eclipse Galileo SR1
Help->Install New Software... Work with: Galileo - http://download.eclipse.org/releases/galileo Collaboration
restart eclipse
Window->Show View->Other, SVN->SVN Repositories
Install Connectors window appears tick SVN Kit 1.3.0, Finish
restart eclipse
in SVN Repositories, rightclick, New->Repository Location URL: http://jmonkeyengine.googlecode.com/svn Finish expand it expand "branches" rightclick on "mf_jme3test" Find/Check Out As
Check out as a project with the name specified
Finish
(at the time of this writing:) in package com.g3d.renderer.lwjgl file: LwjglRenderer?.java line: 98 uncomment this line:
then /src/g3dtest/TestDebugShapes?.java should compile and run ok