I see there are two main distributions of Eclipse going on - One is on 3.6, 3.7, 3.8 path and the other is 4.0, 4.1 path(http://www.eclipse.org/e4/).

I don't have clarity on what is the difference between these two distributions?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 17 down vote accepted

3.7 (code name Indigo) and 3.8 are bug fixes and stability releases whereas 4.0,4.1,4.2 (code name Juno) are new feature set mature platform releases. Release 3.8 and 4.2 are going on simultaneously. You can find more on the eclipse project plans here. Juno specific plans can be found here.

link|improve this answer
1  
Code name of 3.7 is Indigo, 3.8 is Juno. And 3.x also adds a lot of new features. 4.x is target to next generation IDE that has significant UI model changes. – Kane Aug 26 '11 at 5:18
2  
@Kane: Juno is 4.2 (wiki.eclipse.org/Simultaneous_Release). Actually, eclipse "classic" downloads now proposes only 4.x downloads: download.eclipse.org/eclipse/downloads – VonC Aug 26 '11 at 6:21
@VonC, I don't know Juno also is the code name of 4.2. In bugzilla Juno also means 3.8, at least for RT-Equinox component. – Kane Aug 26 '11 at 7:45
2  
@Kane: nope, Juno is 4.2. The next major release next year (aka Juno) will be a 4.x one: dev.eclipse.org/mhonarc/lists/cdt-dev/msg21822.html, dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg00895.html, wiki.eclipse.org/Juno/Initial_Working_Plan. More precisely, "For Juno, Eclipse 4.2 will be the primary workbench, but all (participating) projects will support and maintain a 3.8 based deliverable." – VonC Aug 26 '11 at 7:46
Downvoter- care to explain downvote? It is not nice to downvote an answer 3 months later without a comment. You wouldnt want that done to yourself would you? – CoolBeans Nov 1 '11 at 4:31
feedback

difference eclipse 3.7 and 3.4

Indigo is the 2011 simultaneous release of 62 major Eclipse projects, including Eclipse 3.7. For a list of those projects, what they consist of, and an overview of some of these projects, see: http://eclipse.org/indigo/projects.php

Ganymede is the 2008 simultaneous release of 22 major Eclipse projects, including Eclipse 3.4. For a list of those projects, what they consist of, and an overview of some of these projects, see: http://www-128.ibm.com/developerworks/library/os-eclipse-ganymede/

link|improve this answer
7  
He was asking about 4.1, not 3.4 – True Soft Aug 26 '11 at 5:39
feedback

Your Answer

 
or
required, but never shown

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