The upcoming version is named 2022-06 that should be out somewhere in June 2022.
List of Eclipse flavors released over the years,
Version | Release Date | Platform Version | Projects |
---|---|---|---|
Callisto | 30 June 2006 | 3.2 | Callisto projects |
Europa | 29 June 2007 | 3.3 | Europa projects |
Ganymede | 25 June 2008 | 3.4 | Ganymede projects |
Galileo | 24 June 2009 | 3.5 | Galileo projects |
Helios | 23 June 2010 | 3.6 | Helios projects |
Indigo | 22 June 2011 | 3.7 | Indigo projects |
Juno | 27 June 2012 | 3.8 and 4.2 | Juno projects |
Kepler | 26 June 2013 | 4.3 | Kepler projects |
Luna | 25 June 2014 | 4.4 | Luna projects |
Mars | 24 June 2015 | 4.5 | Mars projects |
Neon | June 2016 | 4.6 | Neon projects |
Oxygen | June 2017 | 4.7 | Oxygen projects |
Photon | June 2018 | 4.8 | Photon projects |
2018-09 | September 2018 | 4.9 | Neon projects |
2018-12 | December 2018 | 4.10 | 2018-12 projects |
2019-03 | March 2019 | 4.11 | 2019-03 projects |
2019-06 | June 2019 | 4.12 | 2019-06 projects |
2019-09 | September 2019 | 14.13 | 2019-09 projects |
2019-12 | December 2019 | 14.14 | 2019-12 projects |
2020-03 | March 2020 | 14.15 | 2020-03 projects |
2020-06 | June 2020 | 14.16 | 2020-06 projects |
2020-09 | September 2020 | 14.17 | 2020-09 projects |
2020-12 | December 2020 | 14.18 | 2020-12 projects |
2021-03 | March 2021 | 14.19 | 2021-03 projects |
2021-06 | June 2020 | 14.20 | 2021-06 projects |
2021-09 | September 2021 | 14.21 | 12021-09 projects |
2021-12 | December 2021 | 14.22 | 2021-12 projects |
2022-03 (current version) | March 2022 | 14.23 | 2021-12 projects |
2022-06 | June 2022 | 14.24 | 2021-12 projects |
⚡️ Did you know? : Eclipse versions have been named after different celestial bodies, more specifically planets or planets natural satellites such as Europa, Ganymede, Callisto, Galileo and Luna.
⚠️ Update: Eclipse Mars 4.5 version is available now: it supports Java version 8.
⚠️ Update: Post Oxygen release in June 2020, all later versions are named as yyyy-MM format!
Comments:
- Oh why did they stopped using the celestial names? It was not so difficult to know which one was the latest one as it was all released in alphabetical order, anyways! Having a quarter release with the year and month name seems just like IntelliJ IDE's.
macg 01 Aug 2020 11:08:48 GMT
- Further comments disabled!
- How to show console in Eclipse IDE
- How to Configure GitHub with Eclipse IDE in 2023
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- [Fix] Spring Tool Suite STS Code Autocomplete not working with Eclipse
- [Eclipse] Enable or Disable print margin line
- Eclipse Java: Multiple markers at this line error
- Java Decompiler Eclipse Plugin
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library.
- Word-wrap Eclipse Console logs
- eclipse maven m2e : Cannot complete the install
- How to Save Eclipse console logs in external log file
- List of Code Snippets/Templates to Eclipse IDE
- How to Access Terminal (Command Line) in Eclipse IDE
- Installing JD Decompiler plugin in Eclipse IDE
- How to Reset Eclipse Theme to Classic
- Increase Font Size of Eclipse Java Code
- Eclipse: Updating Maven Project. Unsupported IClasspathEntry kind=4
- INVALID FILE NAME: MUST CONTAIN ONLY [a-z0-9_.] Android Eclipse Error
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Add imports in eclipse shortcut key combinations
- Eclipse version 32-bit or 64-bit check on macOS
- How to create a Git Project in Eclipse (Step-by-step)
- Steps of working with Stored Procedures using JDBCTemplate Spring Boot - Java
- Fix: This account is currently not available. (Linux SSH) - Linux
- Android : IOException: Unable to open sync connection! - Android
- Check DNS Lookup using Mac Terminal - MacOS
- Bash Command to Find OS Version in Terminal - Bash
- How to Install Windows Subsystem for Linux (WSL) on Windows 11 (22H2) - Windows-11
- How to save macOS Terminal outputs as text file - MacOS
- SQL: Check if table exists - HowTos