| Note Follow these instructions carefully to setup your development environment. For each of the applications below, make sure to use the latest release. |
Install Eclipse
- Download the latest version of Eclipse IDE for Java Developers here

- Install to "C:\tools\eclipse\eclipse-#.#"
Add the Eclipse SVN Plugin
- Use "C:\workspace" as the workspace directory
- If it asks you to QuickInstall things, hit cancel.
- Go to Help -> Install New Software
- Go to Available Software Sites check *http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm
*
, and press OK. - Under Work with select http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm
*
* Under Subversive SVN Team Provider Plugin (Incubation), check Subversive SVN Team Provider - Under Work with type *http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/*
and press enter
- Under Subversive SVN Connectors check the latest SVNKit implementation
- Optional (but recommend) plugins
- Under Work with type *http://eclipse-tools.sourceforge.net/updates/*
and press enter
- Check implementors
- Under Work with type *http://eclipse-tools.sourceforge.net/updates/*
- Complete the installation wizard to install the selected plugins
- Go to Window -> Preferences -> Team -> SVN -> Repository Tab
- Under "Branch and Tag Settings" select "Manual specification"
- Go to Window -> Preferences -> Validation and check Check Suspend all validators
Setup Eclipse File Associations (Optional but recommended)
- Go to Window -> Preferences -> General -> Content Types
- Under XML add *.pom
Setup the code formatter
- Download the attached code formatter file DOCDEVELOPER:here

- Go to Window -> Preferences -> Java -> Code Style -> Formatter
- Click import, choose the formatting-standard.xml you just downloaded
