WTP Tutorials - Getting Started With The WTP Project
WTP Tutorials - Getting Started With The WTP Project
WTP LogoWTP Home
 

By Lawrence Mandel, IBM
updated July 1, 2005

 

This tutorial provides step-by-step instructions to installing the Eclipse Web Tools Platform.

Installing the WTP and its requirements
 

The WTP project provides four different types of builds which can be installed: Release, Stable, Integration, and Nightly. Generally you will want the latest Release or Stable build--these builds are most suitable for end users as they are the most reliable. Integration (also known as weekly) and Nightly builds are not necessarily unreliable, but they may not be fully functional and are meant for people developing the WTP or those who want the latest and greatest features and are willing to accept some headaches to get them.

Remember, if you are installing a build other than a Stable build you may find severe problems. The best thing to do when you encounter a problem is to ask about it on the WTP newsgroup (see below), and if it is unknown, open a bug report.

 
  1. Start by going to the WTP project download page. Select the build you want to install. Note: there are currently no Release builds available. The first release of the WTP project is scheduled for late July 2005.
  2. The build download page that opens contains a list or requirements for the build you have selected. Under the requirements section you will see the version of the Eclipse base that is required as well as other Eclipse projects (with their versions) that are required. Download and unzip the Eclipse build into a directory {eclipse-home}. Unzipping new builds over older builds is not supported. Unzip the other required projects into {eclipse-home} as well. If the requirements are not installed, many features of WTP will mysteriously not function or in some cases not even appear.
  3. Now that all the requirements are installed you are ready to install the Eclipse Web Tools. In the Web Tools Platform; Runtime section there are two downloads. Select the first one. (The second one also includes the WTP source and is useful if you are developing the WTP or developing on top of the WTP.) Unzip the download to the {eclipse-home} directory.
  4. Launch Eclipse with the -clean argument to update the installation's configuration.

    eclipse -clean

    A complete list of the Eclipse executable's arguments can be found here.
 
Getting into the Eclipse Web Tools
 

The WTP project contains many different features. Use the following resources to start getting into the Eclipse Web Tools.

 
  1. The WTP project home page contains links to many resources you may find useful.

  2. The WTP community page contains links to upcoming WTP events, tutorials, and articles.

  3. The WTP newsgroup is a great place to post questions and get answers from the WTP developers and user community.