Software Tool Setup
Comp 110

None of these configurations are required for use in this class. These are just suggestions for things that may make your life easier in the long run.

1. Eclipse

2. Javadoc - Javadoc is part of the Sun Java release, but you must tell Eclipse where to find it. Search for "javadoc.exe" (note that you may find it in two different locations - use either location). If you do not find it, you probably only have the jre and not the jdk installed. Download the Java 1.6 jdk. Next, in the Eclipse workbench, select Project -> Generate Javadoc and enter the location in the textbox underneath "Javadoc command:". For my computer, the correct location is: "C:\Sun\AppServer\jdk\bin\javadoc.exe". Hit finish and say "Yes To All" when asked if you want the Javadoc location to be in folder 'doc'.