Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Web Tools Platform(WTP) in Eclipse Kepler

I installed Eclipse Kepler in my system. so far I developed J2SE Applications. Now I want to develop J2EE Application.So I need to add WTP in my eclipse.

I tried to add WTP in already existing eclipse.For this

I open Install Dialog in the following way.and mention Name and Location values

 Help-->Install New Software-->Add

enter image description here

after that, I click on

 Ok-->Select All-->Next-->Next-->

I got error like this.

enter image description here

Why I am getting error?How can I fix this?

Thanks.

like image 317
ur truly friend Avatar asked Jul 29 '13 07:07

ur truly friend


3 Answers

Use the Kepler site. The URL you're using is not supposed to be used any more (the timestamps you see are very old). http://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F

like image 114
nitind Avatar answered Oct 04 '22 20:10

nitind


I had the same problem and did this:

  • Click "Help" > "Install new software"
  • In "Work with", paste: http://download.eclipse.org/releases/kepler
  • In "Web, XML, Java EE and OSGi Enterprise Development", check:
    • Eclipse Java EE Developer Tools
    • Eclipse Java Web Developer Tools
    • Eclipse Web Developer Tools
    • Eclipse XML Editors and Tools
  • Finally, click "Next" to install the new software and "Dynamic Web Project" will be available.
like image 40
suji Avatar answered Oct 04 '22 21:10

suji


It's happened because you have already installed this package as i understand. So you just need to uncheck "Path feature for tests" at previous window.

p.s.: sorry for my english, i'm from Ukraine and i study english now.

like image 44
Smems Avatar answered Oct 04 '22 22:10

Smems