Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Eclipse should I download if I program in java? [duplicate]

Tags:

java

eclipse

On the Eclipse site, there are several Eclipse downloads, which one I should pick?

This - Eclipse IDE for Java EE Developers

This - Eclipse Classic 3.7.2

Or this - Eclipse IDE for Java Developers

Now I'm programming regular Java applications, 2d graphics (awt, graphics2d, etc..) and in the future JSP.

like image 391
Yehonatan Avatar asked Jun 13 '12 16:06

Yehonatan


3 Answers

For general Java programming the Eclipse Classic would be appropriate.

If you want to do web development, then I suggest the Java EE variant, which is suitable for JSP (it also contains everything the Classic variant does).

like image 192
j0ntech Avatar answered Oct 18 '22 00:10

j0ntech


Pick "Eclipse IDE for Java Developers" for now. It does everything except JSPs. When you reach the stage where you want to work on JSPs - you can just do an upgrade your Eclipse and add the EE features.

like image 38
kjp Avatar answered Oct 17 '22 23:10

kjp


Any of the packages will do the "regular java programs" and the "2d" stuff. "3d" stuff will require extra libraries which can be added to any of the offerings; but, "jsp" stuff will be much easier to develop with the Java EE offerings.

like image 1
Edwin Buck Avatar answered Oct 17 '22 23:10

Edwin Buck