Reputation: 1828
I install Eclipse Standard Kepler Service Release 2. And now I decide to update it to support Java EE: using Install Updates->Kepler - http://download.eclipse.org/releases/kepler->Web, XML, Java EE....
Now I get a lot of features but I can't create Dynamic Web Project.
Upvotes: 0
Views: 1419
Reputation: 2143
this happens in the latest version of eclipse, you need to install "Eclipse Java EE Developer Tools"
for this go to Help-> Install New Software ... and select the "helios" repository. Then expand "Web, XML, Java EE .." and check the box for "Eclipse Java EE Developer Tools". Click "Finish", accept, install and restart.
Upvotes: 2
Reputation: 6949
I assume you missed something, but I just tested that the following works:
Upvotes: 1