Anoop
Anoop

Reputation: 23208

How to add Java EE plugin in plain eclipse

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

Answers (2)

home
home

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:

enter image description here

Upvotes: 40

Matthew Farwell
Matthew Farwell

Reputation: 61715

If you're going to be using Spring, you can download the Springsource Tool Suite from here.

Upvotes: 0

Related Questions