You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The Eclipse provides an extensible development platform and application frameworks for building software. The Web Tools Platform (WTP) extends the Eclipse platform tools for developing Web and Java EE applications. They need to be installed as the prerequisite for the Geronimo Eclipse Plugin (GEP), which is used for developing, deploying and testing Java EE assets on the Geronimo server. Eclipse and WTP can be installed in the following manners:

Installing Eclipse using the WTP All-in-One package

The prerequisite Eclipse software for GEP can be downloaded as a single download, which is called the Eclipse IDE for Java EE developers. It can be downloaded from the Eclipse Downloads site. Download and extract the Eclipse IDE for Java EE Developers archive (for e.g. eclipse-jee-ganymede-SR1-win32.zip), to a directory of your choice (for e.g. C:\eclipse). The archive will be extracted to a directory named eclipse under the directory you specified (for e.g. C:\eclipse\eclipse), referred to as <eclipse_home> from now on. Make sure that the JDK in the PATH is Sun JDK 5.0. Launch Eclipse by running <eclipse_home>/eclipse.

Downloading and installing Eclipse and WTP separately

The Eclipse IDE can be downloaded separately from the Eclipse Downloads site. Download and extract the Eclipse classic archive (for e.g. eclipse-SDK-3.4.1-win32.zip), to a directory of your choice (referred to as <eclipse_home>). The archive will be extracted to the directory <eclipse_home>/eclipse.

To install WTP, you can download and install WTP manually or install using the Eclipse Update Manager.

Download WTP manually

The Web Tools Platform Complete can be downloaded manually from the Eclipse WTP download, and extract the archive (for e.g. wtp-R-3.0.3-20081113203138.zip), to the directory <eclipse_home>/eclipse/dropins.

Install WTP using the Eclipse Update Manager

  1. Launch Eclipse from <eclipse_home>/eclipse.
  2. Select Help->Software Updates.. from the menu.

  3. On the next screen select Available Software tab, and expand Ganymede.
  4. Expand Web and Java EE Development, select Java EE Developer Tools and Web Developer Tools.
  5. Click Install.

Installing Eclipse using Ant script from GEP build

To be updated

  • No labels