Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've recently downloaded the Eclipse IDE for Java EE developers (for web apps development). Does it make sense to delete my "regular" Eclipse IDE for Java developers? I mean, is there a feature in the regular IDE which isn't included in the EE IDE?

(I also use eclipse for Python programming with the Pydev plugin)

share|improve this question

4 Answers

up vote 2 down vote accepted

Eclipse for Java EE is a superset of Eclipse for Java.

share|improve this answer

The different "editions" of the eclipse IDE are basically just a different set of plugins on top of the basic eclipse platform. So if anything is missing you can alyways install those plugins when you need them.

share|improve this answer

Yes it is a super-set. Also, have you tried NetBeans? It has better GUI, better javadoc support and it is way cooler to use! (and free)

share|improve this answer
Why the downvotes? After all, he did give the correct answer... – snakile Oct 28 '10 at 20:41

Not everyone needs the EE tools (mainly WTP - web tools platform); they may only be doing client apps or writing eclipse plugins.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.