forked from richcole/Deforma
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Richard Cole edited this page May 10, 2013
·
3 revisions
How to setup an eclipse development environment.
Download eclipse for java from here (Juno http://eclipse.org/downloads/packages/eclipse-ide-java-developers/junosr2)
-
enter the URL: http://download.eclipse.org/technology/m2e/releases
-
install Maven
git clone [email protected]:richcole/Game.git
into your favorite directory.
Next say File/New Project/Import Existing Maven Project and choose the git directory where you clone Game
-
select game.Main as the main class