알버트의 개발하는 블로그
[Eclipse] 이클립스 버전별 최소 지원 jdk 본문
오늘 개발하면서 이클립스를 오랜만에 새로 설치했는데,
2020년 9월버전 이클립스부터는 최소 java11 이상이어야 한다고 한다.
예상치 못했던 프로젝트 x 표시 오류에 어찌나 당황했던지...
그래서 이클립스 버전별 최소 지원 jdk를 올리게 되었다.
----------------------------------------------------------------------------------------
Eclipse 4.18 (2020-12)
A Java 11 or newer JRE/JDK is required
Eclipse 4.17 (2020-09)
A Java 11 or newer JRE/JDK is required
Eclipse 4.16 (2020-06)
A Java 8 or newer JRE/JDK is required
Eclipse 4.15 (2020-03)
A Java 8 or newer JRE/JDK is required
Eclipse 4.14 (2019-12)
A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-09 packages based on Eclipse 4.14, as well as the Installer.
Eclipse 4.13 (2019-09)
A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-09 packages based on Eclipse 4.13, as well as the Installer.
Eclipse 4.12 (2019-06)
A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-03 packages based on Eclipse 4.12, as well as the Installer.
Eclipse 4.11 (2019-03)
A Java 8 or newer JRE/JDK is required to run all Eclipse 2019-03 packages based on Eclipse 4.11, as well as the Installer.
Eclipse 4.10 (2018-12)
A Java 8 or newer JRE/JDK is required to run all Eclipse 2018-12 packages based on Eclipse 4.10, including running the Installer.
Eclipse 4.9 (2018-09)
A Java 8 or newer JRE/JDK is required to run all Eclipse 2018-09 packages based on Eclipse 4.9, including running the Installer.
Eclipse 4.8 (Photon)
A Java 8 or newer JRE/JDK is required to run all Oxygen packages based on Eclipse 4.7, including running the Installer.
Eclipse 4.7 (Oxygen)
A Java 8 or newer JRE/JDK is required to run all Oxygen packages based on Eclipse 4.7, including running the Installer.
Eclipse 4.6 (Neon)
A Java 8 JRE/JDK is required to run all Neon packages based on Eclipse 4.6, including the Installer.
Eclipse 4.5 (Mars)
A Java 7 JRE/JDK is required for all Mars package downloads based on Eclipse 4.5, including the Installer.
Eclipse 4.4 (Luna)
A Java 7 JRE/JDK is required for most of the Luna package downloads based on Eclipse 4.4.
Eclipse 4.3 (Kepler)
A Java 6 JRE/JDK is recommended for Eclipse 4.3.
'개발 Tip' 카테고리의 다른 글
tomcat 구동시 한글 깨짐 현상 해결 (0) | 2022.05.03 |
---|---|
크롬 익스텐션 (크롬 확장 프로그램) 개발 팁 (Manifest.json 파일에 대해) (0) | 2022.03.31 |