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 display hidden files in Eclipse (dot prefixed files)
- Convert existing code project into a git project using Eclipse
- How to enable line numbers in Eclipse IDE
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Enable Spellcheck in eclipse workspace
- How to create a Git Project in Eclipse (Step-by-step)
- [Solution] Spring Tool Suite (STS) support for JSP (JAVA EE)
- How to Remove All Terminated Console tabs at once in Eclipse
- Eclipse Java: Multiple markers at this line error
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse : Workspace was written with an older version of the product and will be updated
- How to Save Eclipse console logs in external log file
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
- How to Configure GitHub with Eclipse IDE in 2023
- How to use Content Assist in Eclipse IDE
- Enable Eclipse dark mode
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- Java Decompiler Eclipse Plugin
- Add imports in eclipse shortcut key combinations
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java]
- [Eclipse] Enable or Disable print margin line
- Eclipse Error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol
- How to reset Eclipse IDE Code Font
- How to add or remove bookmark on a line in Notepad++ - NotepadPlusPlus
- Word wrap text in Notepad++ - NotepadPlusPlus
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory. - Docker
- IntelliJ Keyboard Shortcut to remove unused imports [Java] - Java
- Java 20 (JDK) released and here is what is new and deprecated and deleted - Java
- Share or Send SMS via Android Intent - Android
- [Fix] java.time.zone.ZoneRulesException: Unknown time-zone ID - Java
- Save Java Object as JSON file using Jackson Library - Java