Ali
Ali

Reputation: 267077

How to install Web Platform Tools in Eclipse?

Which URL do I install this and any pre-reqs from, and how can I install them? Been struggling with this for the last 1 hour with no luck.

Upvotes: 6

Views: 23275

Answers (4)

Rahul Varadkar
Rahul Varadkar

Reputation: 258

You can download WTP from Eclipse Help Menu. Following is the link to download the WTP into Eclipse.

http://download.eclipse.org/webtools/updates

Install Software Menu in Eclipse

Following image show the Install New Software Window.

Install New Software window

Upvotes: 2

Alexander Taylor
Alexander Taylor

Reputation: 17642

new 2013 answer: it seems to depend on what version of eclipse you're running.

  1. click "help" -> "about eclipse sdk" to find the version (e.g. 4.2.2).
  2. optionally, from the version number you can know the codename (e.g. Juno) from wikipedia: http://en.wikipedia.org/wiki/Eclipse_%28software%29#Releases
  3. go here: http://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F
  4. right click on the correct WTP link copy the link address (e.g. WTP 3.4) (they should be listed by version and codename)
  5. now in eclipse, click "help" -> "install new software..." and paste the link location in the "work with" field (e.g. "http://download.eclipse.org/webtools/repository/juno/").
  6. choose "Web Tools Platform (WTP #.#.#)" and click next and install everything.
  7. restart eclipse, close all open files and re-open them for web tools to start working.

Upvotes: 14

sourcerebels
sourcerebels

Reputation: 5180

If you can use a clean install of Eclipse. Download Enterprise Java version. WTP its included in this Eclipse distribution. When you need updates for WTP, you can get updates via "Eclipse Software Updates" tool.

Regards

Upvotes: 4

Rich
Rich

Reputation: 15767

I try my best to stick to Pulse, which handles a lot of the configuration of Eclipse plugins for you. I'm not associated with them by the way, but am very happy with the service. WTP is one of the features they provide.

Upvotes: 0

Related Questions