eclipse、jdk、tomcat版本对应关系

不同版本的eclipse对jdk版本要求不一样,最高支持tomcat版本也不一样,以下对应关系本人亲自下载eclipse验证过,可放心使用。

Eclipse版本

最低Java版本

最高Tomcat版本

Eclipse 4.8 (Photon)

Java8

Tomcat9.0

Eclipse 4.7 (Oxygen)

Java8

Tomcat9.0

Eclipse 4.6 (Neon)

Java8

Tomcat9.0

Eclipse 4.5 (Mars)

Java7

Tomcat8.0

Eclipse 4.4 (Luna)

Java7

Tomcat8.0

Eclipse 4.3 (Kepler)

Java6

Tomcat7.0

 

Eclipse说明:http://wiki.eclipse.org/Eclipse/Installation

Eclipse 4.8 (Photon)

Eclipse 4.8 (Photon) was released on June 27, 2018. It is the supported release. See Photon schedule.

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

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.7 (Oxygen)

Eclipse 4.7 (Oxygen) was released on June 28, 2017. See Oxygen schedule.

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

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.

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.

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.

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

你可能感兴趣的:(eclipse,jdk,tomcat)