Not able to create Dynamic web project in Eclipse Luna

23,624

Solution 1

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/

Solution 2

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.

Share:
23,624

Related videos on Youtube

Gaurav51289
Author by

Gaurav51289

Updated on January 06, 2020

Comments

  • Gaurav51289
    Gaurav51289 over 4 years

    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 ?

    • Janny
      Janny over 9 years
      What type of error you getting. Can you please provide screen short.
    • ares
      ares over 9 years
      Check your current perspective, try changing it to javaEE
    • Gaurav51289
      Gaurav51289 over 9 years
      Hi Jani.. No.. not any error.. but the option is not available under File > New > Others > Web >
    • Gaurav51289
      Gaurav51289 over 9 years
      @ares Not even in javaEE.
    • ares
      ares over 9 years
      Have you downloaded the java EE version of Luna?
    • Gaurav51289
      Gaurav51289 over 9 years
      @ares I have downloaded Web, XML, Java EE and OSGi Enterprise Development which includes Java EE.. I changed perspective to Java EE but still not getting Dynamic Web Project.
    • ares
      ares over 9 years
      Download the EE version afresh. Maybe your installation isn't proper.
    • Gaurav51289
      Gaurav51289 over 9 years
      @ares Done..!! Thanks..!!