VT CS Eclipse Installation

These instructions are for people who want to install Eclipse from scratch using our custom-configured Eclipse version. You can do this if you have never installed Eclipse before, or if you wish to completely overwrite your current Eclipse installation.

There are four steps to installing our version of Eclipse. Note that the first two steps are optional for those who just want Java support, but will be necessary if you wish to use Eclipse for C++ programming. All VT students are encouraged to follow all three steps, since they will use C++ via Eclipse in their sophomore year courses.

Step 1: Install Java

Eclipse is written in Java, so you must have an up-to-date Java runtime (JRE) installed (as of this writing, the latest version of the JRE is 6). The full Java development kit (JDK) is not necessary unless you want to develop Java outside of Eclipse, so the directions below will only direct you to download the JRE. If you already have Java installed, skip to Step 2 below.

Windows Users:

  1. Go to the Java SE download page and download the latest JRE update that is available (as of this writing, the latest version is JRE 6 Update 16). If you want to download the full JDK for development outside of Eclipse, download only the JDK 6 Update 16 instead (not any of the bundles).

  2. On the next page, choose Windows as your platform.

    32- vs. 64-bit note: Many users are nowadays running 64-bit versions of their operating systems. In order to be compatible with the largest number of users, the Eclipse bundle that we provide still includes the 32-bit version of Eclipse. Therefore, even if you are running a 64-bit version of Windows, you will need to make sure to install a 32-bit JRE by choosing Windows and not Windows x64 in this step. (64-bit Windows can have both 32-bit and 64-bit Java runtimes installed simultaneously.)

  3. Check the checkbox to agree to the JRE terms and click Continue.

  4. Then, download the Windows Offline Installation.

  5. Execute the installer file you downloaded to install the Java SE runtime.

Mac OS X Users:

Linux Users:

Step 2: Download and install Eclipse

Windows Users:

Mac OS X users:

  1. Download vteclipse-350-20090921-macosx.zip.

  2. Extract this file and move the "Eclipse" directory to wherever you want to store it (Applications or your home directory are good places).

  3. Download vteclipse-workspace-20090921.zip. This archive contains default workspace settings for Eclipse.

  4. Extract this file and move the "workspace" directory to somewhere appropriate, such as your home directory or a subdirectory of your home. You may rename this folder if you wish.

  5. When you start Eclipse for the first time and it asks for the location of your workspace, point it to the directory that you extracted in the previous step. If you do not want to be bothered again, check the box labeled Use this as the default and do not ask again.

Linux users:

  1. Download vteclipse-350-20090921-linux.tar.gz.

  2. Extract this file and move the "Eclipse" directory to wherever you want to store it.

  3. Download vteclipse-workspace-20090921.zip. This archive contains default workspace settings for Eclipse.

  4. Extract this file and move the "workspace" directory to somewhere appropriate, such as your home directory or a subdirectory of your home. You may rename this folder if you wish.

  5. When you start Eclipse for the first time and it asks for the location of your workspace, point it to the directory that you extracted in the previous step. If you do not want to be bothered again, check the box labeled Use this as the default and do not ask again.

Helpful Tips