Here we provide a very simple guide through the installation process. It may be helpful to read other sources also. You can find some on the same pages from where you will go to download the required files. Take a look at them, as they give more details with respect to the particular platforms and versions.
Before you start the installation, make sure that you have logged on your machine with administrator rights.
To install JDK (Java Development Kit) follow the steps:
To install Eclipse SDK 3.2 follow the steps:
Now the installation is compete.
Start Eclipse by
double-clicking eclipse.exe
in the c:\Program Files directory. The
first time you open Eclipse, you will
be asked to choose
the root for your workspace. The workspace is where Eclipse
will
save all your files. Therefore, before
you start it, it is better to decide where you want your workspace to
be.
Create a workspace directory, for example, c:\code on your Windows personal system or Z:\code in the Windows
lab systems or
home/username/code (under Unix).
Then start Eclipse. Note that
the workspace does not depend on where Eclipse
is located. You can choose any directory you want, in the lab
machines this directory should be in Z:\.
Note that you want to be sure that eclipse is set to the correct
java compliance: go to window->preferences->expand
java->compiler and make sure that the "compiler compliance level
is set to 5.0". See image:
If you want to make a shortcut to eclipse on your desktop so that you can start it up quicker, find the eclipse file in the eclipse folder in your Program Files and right click on it. Choose "create shortcut on Desktop".
If you are working from home, often it is useful to transfer files that we created in lab to your home machine, so that you can work off of those. Here we will discuss how to how do accomplish this using ssh, the "Secure Shell". Generally, ssh can be used to transfer files from your home machine to csa (CS computer), or from csa to your home machine.

In ssh, the left window represents the computer that you are on (that you are sitting at), and the right (which is probably blank when you first start) represents the computer that you are trying to remotely access (such as csa.
Page Created by: Ching Chang
Page Updated by: Gabriel Parmer
Last updated: 1/23/06