My favorites | Sign in
Logo
                
Search
for
Updated Aug 21, 2009 by e.soghe
Labels: Featured
BuildJme3  
How to download and build jME3

Check out jME3 from SVN using NetBeans IDE 6.5

  1. Go to "Versioning" -> "Check out.."
  2. Enter "http://jmonkeyengine.googlecode.com/svn" for Repository URL.
  3. Click "Next"
  4. Click "Browse..." to the right of "Repository Folder(s)".
  5. In the new window, open "branches" tree, and select "mf_jme3test"
  6. Under "Local Folder" specify the folder where you want the jME3 project.
  7. Click "Finish"

Check out jME3 from SVN using NetBeansIDE 6.7

  1. Go to Team -> Subversion -> Checkout
  2. Enter http://jmonkeyengine.googlecode.com/svn for Repository URL, leave username and password blank.
  3. Click Next
  4. Click Browse... to the right of "Repository Folder(s).
  5. In the new window, open branches tree, and select mf_jme3test
  6. Under Local Folder specify the folder where you want the jME3 project.
  7. Click Finish
  8. Open project when it finished transferring.
  9. Right-click on your main project folder and go to Properties
  10. Click Libraries on the left side of the window, then Add JAR/Folder on the right side.
  11. 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
  12. Click ok.
  13. Browse to the src/g3dtest folder and run TestDebugShapes?.java
  14. 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.


Comment by atkaaz, Oct 12, 2009

Check out jME3 from SVN using Eclipse Galileo SR1

Help->Install New Software... Work with: Galileo - http://download.eclipse.org/releases/galileo Collaboration

Subversive SVN Team Provider (Incubation) 0.7.8.I20090904-1300

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:

private Camera camera;

then /src/g3dtest/TestDebugShapes?.java should compile and run ok


Sign in to add a comment
Hosted by Google Code