Dynamic Web Project option missing in Eclipse Kepler

alok picture alok · May 9, 2014 · Viewed 81.5k times · Source

The "Dynamic Web Project" option for a new project in Eclipse does not showing up in the list.
Although the "web" folder showing up with option "static web project" but there is no option for "Dynamic Web project".
I have already installed Web, XML, Java EE plugin.
I am using Eclipse Kepler realease-2.

Answer

marc_aragones picture marc_aragones · Jul 14, 2014

I had the same problem and did this:

  1. Click "Help" > "Install new software"
  2. In "Work with", paste: http://download.eclipse.org/releases/kepler
  3. In "Web, XML, Java EE and OSGi Enterprise Development", check:
    1. Eclipse Java EE Developer Tools
    2. Eclipse Java Web Developer Tools
    3. Eclipse Web Developer Tools
    4. Eclipse XML Editors and Tools

Finally, click "Next" to install the new software and "Dynamic Web Project" will be available.