Ray
Ray

Reputation: 1828

Eclipse Standard Kepler Service Release 2 isn't updated to Eclipse with JavaEE support correct

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

Answers (2)

Edy Aguirre
Edy Aguirre

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

Alexander Rühl
Alexander Rühl

Reputation: 6949

I assume you missed something, but I just tested that the following works:

  • install standard kepler SR2
  • go to Help/Install new software
  • select Kepler site and expand "Web, XL, Java EE..."
  • select "Eclipse Java EE Developer tools" and install
  • select New/Project/Web/Dynamic Web Project

Upvotes: 1

Related Questions