Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WTP is an Eclipse plugin that provides nice web editing tools, including a good HTML editor. It's not necessary, it's nice to have. If you don't want WTP, skip this part. You can always come back and do it later.

1. Go to http://download.eclipse.org/webtools/downloads/ .

2. Click the 3.0.4 link

...

.Image Added
 
3. Then click the wtp link under Web App Developers

...

.Image Added
4. Then click the big green arrow

...

.Image Added
 

5. That will prompt you to download a file called wtp-R-3.0.4-20090213193639.zip. Save it to your desktop.

6. Inside the zip file is a folder called eclipse. Drag that folder and put it directly onto your C: drive. A popup window will tell you that there's already a folder called eclipse there, and ask if you want to continue. Say yes. That will copy the contents of this eclipse folder into the eclipse folder that's already on your C: drive.

7. That's it. Now you will have access to the WTP tools when using Eclipse. 

  1. Install M2Eclipse

M2Eclipse is an Eclipse plugin that allows you to run your Maven project from within Eclipse.

...