Skip to content

Eclipse Project Setup

renner edited this page Jun 20, 2012 · 3 revisions

This is only one possible way to setup the code as a project in Eclipse:

  • Start the wizard to create a new Java project
  • Uncheck the checkbox "Use default location"
  • Set your git clone directory as the "Location"
  • Click "Next"
  • On the "Source" tab, configure these folders as source folders (should be automatically detected):
    • src/main/java
    • src/main/resources
    • src/test/java
    • src/test/resources
  • Add all libraries contained in the lib folder under "Libraries" (simple-xml and junit)
  • Click "Finish"
Clone this wiki locally