- Visit the Java SE Downloads page, and download the most recent, platform-appropriate binary for JDK 6.
- Install the JDK from the downloaded executable file. Note: If you are working in Windows, you will need to set the PATH environment variable manually.
- Visit the git page and download the most recent installer.
- Run the installer.
- If you've never used git before, the Pro Git book is an excellent guide. However, for the impatient, we recommend this section on setup and any git quickstart guide (this one is OK).
- Download the most recent stable version of Maven from the Apache Maven project page.
- Run the installer. Additional instructions can be found at the bottom of the project page.
Note: We use a standalone install of Maven because the Eclipse plugin version often runs into annoying build bugs. Pointing the plugin to a standalone installation has proven to be much more reliable.
- Download Eclipse IDE for Java Developers (Indigo or newer) from the Eclipse Download page. (Really, any version that has the Maven plugin already installed)
- Install Eclipse by extracting the downloaded package into a directory of your choosing.
- See the tips page for instructions on installing plugins.
Follow the instructions under "Install UIMA SDK" at the Apache UIMA page. See the Eclipse tips page for instructions on installing the UIMA plugins.