Skip to content
Andy Balaam edited this page Mar 5, 2019 · 3 revisions

Install

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

Projects

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.

Java formatting

Window / Preferences / Java / Code Style / Formatter

Then import "rabbit-escape/doc/eclipse-format.xml".

Rabbits releasing water to put out a fire

Clone this wiki locally