Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to create Dynamic web project in Eclipse Luna

I have installed Eclipse Luna for windows 64 bit. But I am not able to create a new Dynamic Web Project. I also installed Web, XML, Java EE and OSGi Enterprise Development , but still it shows only Static Web Project inside Web projects.

Is there anything else to be installed ?

like image 573
Gaurav51289 Avatar asked Sep 18 '14 10:09

Gaurav51289


2 Answers

you need the Web Tools Platform package for this add it to your eclipse through Help > install new software.

Then add the software repository site location for WTP for your version of eclipse.

http://download.eclipse.org/webtools/updates/
like image 86
kirti Avatar answered Sep 28 '22 15:09

kirti


I think the accepted answer is not the recommended solution. In Luna you should install Web Tools Platform via the Luna download site, not the WTC download site.

Here are the instructions:
https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F

Here is what happens if you use WTP site:
Can't install WTP (Web Tools Platform) in Eclipse - something about missing dependencies...?

Yes, I see that the asker says he has done this, so I guess the accepted answer worked for him, but I think people should try this recommended method first.

like image 21
Tom Avatar answered Sep 28 '22 15:09

Tom