Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installing the tools

Windows

Instructions for installing Java, Maven and Netbeans with mevenide support are already available as part of the ILC confluence web space.

Though not strictly required, it is also recommended to install TortoiseCVS.

Unix

On SLAC unix most of the tools you require, including Java, Netbeans, Maven, are already installed centrally.

  • Java is in /usr/local/bin/java.
  • Netbeans is in /usr/local/bin/netbeans
  • Maven in in /usr/local/bin/maven

The mevenide plugin is not installed, so needs to be installed manually. You can follow the instructions for installing mevenide given on the ILC website. Charlotte has created some additional notes.

Getting Started

Checking out a project

...