Software Tools

Comp 401

For Comp 401 you will need to install the following on your laptop computer. Be sure that you have the latest version (non-beta test) of all these. The tools are listed in order of importance and priority. For the first programming assignment, you will use 1-2. See Tool Setup for information on how to configure each tool for use.

These are listed in approximately the order in which we will use them. The first assignment will use Java and Eclipse.

0. Sun website for documentation on Java. Don't just google on the Java classname you are looking for. You will most likely get an old version of the documentation. You need to access the documentation for Java version 1.6, http://java.sun.com/javase/6/cdocs/api/

1. Java - go to the Sun website (this is a useful link for many purposes) and install

2. Eclipse - Select 'Eclipse IDE for Java Developers.' This is the industry standard IDE - version Eclipse SDK 3.2.1 (as of 11/20/2006)

3. JUnit test framework - version 4.4 (as of 8/2007)

4. Javadoc - this is part of the Sun Java release but see Tool Setup for getting javadoc to work within Eclipse.