Downloading and Installing Eclipse
Thanks to Rich Pattis of CMU for letting me use these instructions
Important: You must have Java installed before installing Eclipse.
The following instructions were composed for installing Eclipse for Java
Developers on Windows. The process for Mac/Linux should be similar. If later
versions of Eclipse come out before I update these instructions, you might have
to go through a slightly different process.
The Eclipse Foundation has multiple versions of Eclipse. Th eEclispe IDE is a
powerful tool designed for professional software developers.
Downloading Eclipse
- Go to the
Eclipse download
page.
- Download Eclipse IDE For Java Developers. This will start the download
of a zip file with everything needed for Eclipse.
- Save the file it is about to download somewhere on your disk drive. The exact form
of this interaction will depend which operating system your are using. Store
this zip file somewhere permanent on your disk drive, so that you can
unzip it (recreate Eclipse) later, if necessary
- Terminate (X) any windows remaining from this process.
Installing Eclipse
- Unzip this file that you just downloaded.
On most Windows machines, you can
- Right-click the file.
- Move to the WinZip command.
- Click Extract to here
It creates a folder named eclipse. You can leave this folder here or
move it elsewhere on your disk drive.
- Create a shortcut on your desktop to the eclipse.exe file.
On most Windows machines, you can
- Right-press the file eclipse.exe
- Drag it to the desktop.
- Release the right button.
- Click Create shortcut here
Now you are ready to perform a one-time only setup of Eclipse.
- Double-click the shortcut to Eclipse that you just created. In the
Workspace Launcher window, in the box following Workspace:, should
appear something like C:\Documents and Settings\username\workspace
(where username is your login on the machine). If you want, you can
type in (or browse) another location for the workspace file to be created, but
I advise accepting the default.
- Uncheck 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
- Select Window | Preferences.
- Click the + in front of General or double-click General
(after the +)
- Click Startup and Shutdown
- Check the box labeled Prompt for workspace on startup.
- Click OK
- If you want easy access to the workspace, create a shortcut to it (see the
instructions above), putting the shortcut on your desktop.
- Terminate (X) the Welcome window
You can always get it back by selecting Help|Welcome
- Terminate (X) the Eclipse window.
To get started with Eclipse and help on simple tasks
see this web page.