Reputation: 23208
I downloaded a plain eclipse which does not have java ee prospective. Now I want to add Java EE in ecipse. How can I do it?
I want add tomcat as a server in eclipse.
Upvotes: 15
Views: 40161
Reputation: 12538
Just install those plugins you need via the project update site:
Help > Install New Software...
In the Work with:
drop-down select your release (in my case Indigo 3.7.1), wait a few seconds and eclipse shows you all plugins available under the project's umbrella. Then select the plugins you need:
Upvotes: 40
Reputation: 61715
If you're going to be using Spring, you can download the Springsource Tool Suite from here.
Upvotes: 0