Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a reason to have both Eclipse IDE for Java and also Eclipse IDE for Java EE?

Tags:

eclipse

ide

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)

like image 372
snakile Avatar asked Feb 25 '23 23:02

snakile


1 Answers

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.

like image 151
Michael Borgwardt Avatar answered Apr 28 '23 06:04

Michael Borgwardt