-
Notifications
You must be signed in to change notification settings - Fork 47
Eclipse
Andy Balaam edited this page Mar 5, 2019
·
3 revisions
Eclipse is an integrated development environment for Java. Installing it on Debian (and daughter distros) should be straightforward using standard repositories.
sudo apt-get install eclipse
The following assumes you have already got a working copy of rabbit escape using git.
Open Eclipse and note where it stores the workspace.
You now need to load the projects into your Eclipse workspace.
- File / Import / [in the expandable tree] General / Existing Projects into Workspace
- Select root directory. This in your working copy: "rabbit-escape/rabbit-escape-engine" where rabbit-escape is the first directory created by
git clone
. - When the import wizard has finished do Window / Show View / Project Explorer
- You should see an expandable tree you can click through to get to some java files.
- Import render, swing and text projects too, not android
Workspace metadata is saved automatically when you quit Eclipse.
Window / Preferences / Java / Code Style / Formatter
Then import "rabbit-escape/doc/eclipse-format.xml".