Eclipse版本和JDK版本对应关系

版本代号 平台版本 主要版本发行日期 SR1发行日期 SR2发行日期 需要的JDK最低版本
Callisto 3.2 2006年6月26日 N/A N/A JDK1.4
Europa 3.3 2007年6月27日 2007年9月28日 2008年2月29日 JDK1.5
Ganymede 3.4 2008年6月25日 2008年9月24日 2009年2月25日 JDK1.5
Galileo 3.5 2009年6月24日 2009年9月25日 2010年2月26日 JDK1.5
Helios 3.6 2010年6月23日 2010年9月24日 2011年2月25日 JDK1.5
Indigo 3.7 2011年6月22日 2011年9月23日 2012年2月24日 JDK1.5
Juno 3.8及4.2 2012年6月27日 2012年9月28日 2013年3月1日 JDK1.5
Kepler 4.3 2013年6月26日 2013年9月27日 2014年2月28日 JDK1.6
Luna 4.4 2014年6月25日 2014年9月25日 2015年2月27日 JDK1.6
Mars 4.5 2015年6月24日 2015年9月22日 2016年2月24日 JDK1.7
Neon 4.6 2016年6月22日 2016年9月28日 2016年12月21日 2017年3月23日 JDK1.8
Oxygen 4.7 2017年6月28日 2017年9月27日 2017年12月20日 2018年3月21日 JDK1.8
Photon 4.8 2018年6月27日 2018年9月 2018年12月 2019年3月  

Eclipse官网说明地址:http://wiki.eclipse.org/Eclipse/Installation
部分说明如下:
Eclipse 4.7 (Oxygen)
Eclipse 4.7 (Oxygen) was released on June 28, 2017. Oxygen.2 is the supported release. See Oxygen schedule.

Consider using the Installer. Please see 5 Steps to Install Eclipse.

A Java 8 or newer JRE/JDK is required to run all Oxygen packages based on Eclipse 4.7, including running the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.6 (Neon)
Eclipse 4.6 (Neon) was released on June 22, 2016. See Neon schedule.

Consider using the Installer. Please see 5 Steps to Install Eclipse.

A Java 8 JRE/JDK is required to run all Neon packages based on Eclipse 4.6, including the Installer. The reasoning behind requiring Java 8 are discussed here.

Eclipse 4.5 (Mars)
Eclipse 4.5 (Mars) was released on June 24, 2015.

Consider using the Installer! Please see 5 Steps to Install Eclipse.

A Java 7 JRE/JDK is required for all Mars package downloads based on Eclipse 4.5, including the Installer. Information concerning tested configurations for Eclipse 4.5 is provided here.

Eclipse 4.4 (Luna)
Eclipse 4.4 (Luna) was released on June 25, 2014.

A Java 7 JRE/JDK is required for most of the Luna package downloads based on Eclipse 4.4. Information concerning tested configurations for Eclipse 4.4 is provided here.

Eclipse 4.3 (Kepler)
Eclipse 4.3 (Kepler) was released in June 2013.

A Java 6 JRE/JDK is recommended for Eclipse 4.3. More information concerning tested configurations for Eclipse 4.3 is provided here.

————————————————
版权声明:本文为CSDN博主「markix」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_31772441/java/article/details/80017933

原文地址:https://www.cnblogs.com/AbnerRao/p/12867738.html