You may want to print these instructions before proceding. You should read each step completely before performing the action it describes. Because these products/instructions may change slightly every few months, I would appreciate it if you would let me know if you find any discrepancies between these instructions and what actually happens when you try to follow them.
IMPORTANT: Install Java first, BEFORE you install Eclipse.
The following instructions were composed for installing Sun Java 1.6.0_16 (aka Java SE Development Kit (JDK) 6, Update 16). Note: Java is already installed as part of Mac OS X, so no further installation is necessary if you have recently purchased one of these machines. You can determine whether you have the right version by typing java -version to the unix command prompt; the response should be something like java version "1.6.0_16"
A typical Java installation takes about 450 megabytes of disk space. The installation process reports the exact size.
A page, with Java SE Downloads (in orange) will be displayed in your browser.
A page, with the label Java SE Development Kit 6u16 (in orange) will be displayed in your browser.
Again, if a Security Information pop-up window appears, click Yes.
A page, with the label Download Java SE Development Kit 6u16 for Windows, Multi-language (in orange) will be displayed in your browser.
A pop-up window will appear showing % of jdk-6u16-windows-i586-p.exe from cds-esd.sun... It should reach 100% quickly if you are using a hard-wired internet connection, more slowly if you are using wireless (my cable connection at home took about 1 minute). When it shows Download Complete, click Close.
If you see a Open File - Security Warning window, click Run. Some windows may open and close quickly.
Click the Accept> button.
Click the Next> button.
The default is to get a full installation (~300Mb), which is what you want. The full installation of the required Java files will most likely be stored on the directory C:\Program Files\Java\jdk1.6.0_16\ which appears after the label Install to: near the lower-left portion of this window.
The installation progress is shown by "progress bars" (on various panes). Typically this process takes a few minutes.
The full installation of the required Java files will most likely be stored on the directory C:\Program Files\Java\jre6\ Click the Next> button.
Click the Next> button.
The installation progress again is shown by "progress bars" (on various panes). Typically this process takes a few minutes.
If you follow these instructions, Java will be successfully installed. To try to verify installation, click Start and then Run... and then type C:\WINDOWS\system32\cmd.exe in the Run pop-up window and then click OK. In the pop-up window type java -versionand press enter; it should print in that window java version "1.6.0_16" followed by two other lines.
You should keep the "coffee cup with steam" icon labelling the file jdk-6u16-windows-i586-p-iftw.exe somewhere on your computer in case you need to reinstall Java.
You may Close or Terminate (X) any Java-related windows remaining from this process.
You may now download and install the Eclipse IDE and test it with Java.
The following instructions were composed for installing Eclipse 3.5.0 on Windows (this version is also called Galileo). The process for Mac/Linux should be similar.
A typical installation takes about 140 Mb of disk space (plus the 79 Mb download, which you should keep on your machine, in case you need to reinstall it).
A page, with the labels eclipse and Eclipse Downloads, will be displayed in your browser.
A page, with the labels eclipse and Eclipse downloads - mirror selection, will be displayed in your browser.
The file will be named eclipse-SDK-3.5-win32.zip.
A pop-up window will appear showing % of eclipse-SDK-3.5-win32.zip from ... It should reach 100% relatively quickly if you are using a hard-wired internet connection, more slowly if you are using wireless (my cable connection at home took about 5 minutes). Don't worry about the exact time as long as the download continues to make steady progress).
When it shows Download Complete, click Close.
Unzipping creates a folder named eclipse. You can leave this folder here or move it elsewhere on your disk drive. Again, I recommend putting the file and resulting folder in the C:\Program Files\ directory.
You should know how to use your machine to zip and unzip files.
Now you are ready to perform a one-time only setup of Eclipse.
Check the box labeled
Use this as the default and do not ask again.
Aside: you will be using one workspace during the semester, checking
projects in and out of this workspace.
If you ever want to re-enable the display of this window, once Eclipse
starts, you can
Note that if you install Eclipse on any platform(s), you will have to follow the directions related to introlib there too.