We will be using the Eclipse software and some plugins for writing, compiling, and testing programming assignments this semester. Every student will have access to Eclipse through their WAM class accounts, which we will provide in class. If you are planning to work at home, however, we highly recommend you install the Eclipse environment in your computer. (Accessing the Eclipse remotely through the campus network is theoretically possible, but extremely slow.)
During the installation process you may need an utility called WinZip, which is used for managing .zip files. Note that this software costs $29, but the free evaluation version is fully functional and does not expire.
The files that you will need to download are quite large (the Java SDK and Eclipse downloads are roughly 50 and 90 megabytes, respectively), and so it is necessary that you have a fast internet connection. For people that have slow connections (e.g., telephone modem), then we can provide a limited number of CD's with the required software. Please contact your TA.
Installation Process
http://java.sun.com/j2se/1.4.2/download.html
Then in the area that has the following header:J2SE v 1.4.2_05 SDK includes the JVM technology
select Download J2SE SDK. (On Windows, you will need admin privileges.) Be careful that you do not confuse the JRE with SDK, you need the SDK. Once the download is complete, install java by clicking on the file you downloaded. This will lead you through the installation process.http://www.eclipse.org/downloads/index.php
You may select any mirror site, e.g. "Main Eclipse Download Site". (Depending on the current internet traffic load, some mirror sites may be very busy, and you may want to experiment until finding one that provides good response time.)There are several versions of Eclipse, and it is important you install the correct one. Check that the site has the latest version, in particular be sure you download the version with "Build Type" = "Latest Release" and "Build Name" = "3.0". If you do not see this, try another mirror site. Click on the "3.0" link, and this will take you to a page where you can select the version for your particular platform (e.g. "Windows" or "Linux"). Locate your platform and click the download link, e.g., (http). Save the resulting zip file in any directory of your choosing.
After this, you should see the "Welcome to Eclipse 3.0" page. When you see this, you are ready to proceed to the next step.
http://www.cs.umd.edu/~pugh/IntroProgramming/eclipseUpdate
After installing the new plug-ins, you will need to restart Eclipse. One way to check that you have succeeded in downloading the plug-ins is (after restarting Eclipse), select the menu items
Window → Open Perspective → Other
You should see "DrJava" on the list. (Note, this is different from "Java" and "Java Browsing", which may also be on the list.) If so, you are ready to go!