Since some plug-ins support up to the specified eclipse 3.6 version
Http://www.eclipse.org/downloads/index-helios.php
Eclipse Helios(V3.6.2)
Eclipse IDE for Java developers
Http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip
Http://mirror.bjtu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32-x86_64.zip
Http://ftp.neu.edu.cn/mirrors/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-linux-gtk.tar.gz
Http://mirror.bjtu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-linux-gtk-x86_64.tar.gz
Eclipse IDE for Java EE developers
Http://mirror.bjtu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-jee-helios-SR2-win32.zip
Http://mirror.bjtu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-jee-helios-SR2-win32-x86_64.zip
Http://mirror.neu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-jee-helios-SR2-linux-gtk.tar.gz
Http://mirror.neu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-jee-helios-SR2-linux-gtk-x86_64.tar.gz
Eclipse classic 3.6.2
Http://mirror.bit.edu.cn/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-win32.zip
Http://mirror.bjtu.edu.cn/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-win32-x86_64.zip
Http://mirror.bjtu.edu.cn/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk.tar.gz
Http://mirror.bjtu.edu.cn/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk-x86_64.tar.gz
Eclipse IDE for C/C ++ developers
Http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-win32.zip
Http://ftp.neu.edu.cn/mirrors/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-win32-x86_64.zip
Http://mirror.neu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-linux-gtk.tar.gz
Http://mirror.bjtu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-linux-gtk-x86_64.tar.gz
Eclipse IDE for Java and report developers
Http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-reporting-helios-SR2-win32.zip
Http://mirror.bjtu.edu.cn/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-reporting-helios-SR2-win32-x86_64.zip
Http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-reporting-helios-SR2-linux-gtk.tar.gz
Http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/SR2/eclipse-reporting-helios-SR2-linux-gtk-x86_64.tar.gz
Bytes ----------------------------------------------------------------------------------------------------------------------------
Eclipse version code and download page
Galileo-Galileo(V3.5)
Http://eclipse.org/galileo/
Sun God-Helios(V3.6)
Http://eclipse.org/helios/
Indigo-Indigo(V3.7)
Http://eclipse.org/indigo/
Version code summary:
Eclipse 3.1 code Io [mu Wei 1, IAO]
Eclipse 3.2 code: CALLISTO [wei si, Kristo]
Eclipse 3.3 code: eruopa [Guard II, Europa]
Eclipse 3.4 code Ganymede]
Eclipse 3.5 code GALILEO [Galileo]
Helios [Sun God], code 3.6 of eclipse]
Eclipse 3.7 code: indigo [indigo]
The version you are using. SR1 indicates the revised version, which is a revision made after the official version is released.
1. the version number of eclipse (x.y. z) is meaningful. X indicates that its API has a destructive update, y indicates that its API has no destructive update, and Z indicates that the bug is corrected. The projects here now have different versions, such as platform 3.2, tptp 4.2, Birt 2.1, CDT 3.1, and EMF 2.2. If we force each project to use a general version (3.2), some projects will return previous versions (tptp ), in other projects, this version (Birt and EMF) must be skipped if the API is not updated. We do not want to force the project to convert the name without compromising the meaning of the version, so we do not want to use a general version number.
2. Different eclipse projects have different release cycles. Some projects are released once a year (such as platform), some projects are released twice a year (such as tptp and Birt), and others are released multiple times a year. If you force a project to use a uniform version number, you must limit the speed of the project to be released and the progress of the project to be released. This seems incorrect.
Therefore, we kept the version numbers of each project independent and used a word-based solution (Jupiter's satellite) to generate a co-release version. For example, this year is Callisto, and next year may be Europa ).
What logic is Callisto, which is replaced by Mu Weisi next year?
The answer is the distance between Jupiter's satellites and Jupiter.
Callisto guard is one of the four brightest satellites of Jupiter, the sixth satellite from Jupiter.
Europa guard, one of the four brightest planets of Jupiter, is the seventh satellite of Jupiter.
Io (MU Wei 1), Europa (MU Wei 2), Ganymede (MU Wei 3), Callisto (MU Wei 4)
MATERIALS: http://www.ibm.com/developerworks/cn/opensource/os-eclipse-helios/
From: http://kellhan.iteye.com/blog/1359705