Downloading and Installing Eclipse

Download and Install Java JDK 6.0 from http://java.sun.com/javase/downloads/index.jsp

To download and install Eclipse:

  1. Download the most recent version of Eclipse from the Eclipse IDE for Java Developers webpage (http://www.eclipse.org/downloads/index.php.) to your desktop.
  2. Extract the Eclipse .zip file to a new directory (c:\eclipse). Eclipse will run from this directory.
Check for Java JDK 6.0

As JDK 6.0 was installed before Eclipse, Eclipse should be configured to run with JDK 6.0 automatically on startup. However, if JDK 6.0 is not installed on your system or was installed incorrectly, Eclipse will not be configured to run with JDK 6.0 and you will not be able to build Framework projects with Eclipse. To verify the JDK 6.0 installation:

  1. Run Eclipse.
  2. Select Window > Preferences. The Preferences window will open.

In the left pane, select Java > Installed JREs. In the Installed JREs pane, there should be an entry called jre 1.6.0_x, where x is the release number of the installed JDK 6.0 package. As shown below in figure 1.

Figure 1: The Preferences Window

  1. Click OK.
Set Compiler Compliance Level to 6.0

To set the compiler compliance level to 6.0:

  1. From the main Eclipse menu bar select Window > Preferences.
  2. In the left pane, select Java > Compiler.
  3. In the Compiler compliance level menu, select 6.0, as shown below in figure 2.

Figure 2: Setting the Compiler Compliance Level

  1. Click OK
Installing the Framework Plugin

To install the Framework plugin:

  1. Select Help > Software Updates > Find and Install. The Install/Update window will open.
  2. Select Search for new features to install and click Next. The Install window will open, as shown below in figure

Figure 3: The Install Window

  1. Click New Remote Site. The Edit Remote Site window will open.
  2. In the Name field, enter Fdata.
  3. In the URL field, enter http://download.foundationdms.com/plugins/3.0/eclipse/site.xml.
  4. Click OK. The site Fdata will now be included in the Sites to include in search field, as shown below in figure 4. Select Fdata and click Finish. The Updates window will open.

Figure 4: The Install Window with Fdata

  1. Select Fdata and click Next. The feature license will display.
  2. Read the license agreements. If you accept the terms of the license agreements, select I accept the terms of the license agreement and click Next. A summary of the features to be installed will open.
  3. Click Finish. The Framework plugin will download.
  4. Select Install All to install the Framework plugin. When the plugin has installed, you will be prompted to restart Eclipse. Click Yes to restart Eclipse.
Verifying the Framework Plugin Installation

To verify that the Framework plugin is installed:

  1. Select File > New > Project. The New Project window will open, as shown below in figure 5. If the Framework plugin is correctly installed, there will be a Fdata folder containing a Framework Project wizard.

Figure 5: The New Project Window

Getting Help

If you have any problems installing the Framework 3.0 plugin for Eclipse, email: support@foundationdms.com

For more information on the Framework plugin and building Framework applications see our How To Guides and the Developer’s Guide.