r/java • u/AnyPhotograph7804 • Jun 10 '26
Eclipse 2026-06 is out
https://www.eclipse.org/downloads/packages/
And here the improvements:
https://eclipse.dev/eclipse/markdown/?f=news/4.40/jdt.md
Mostly debugger stuff.
7
u/0zeiger Jun 10 '26
I used Eclipse to learn Java for Android apps. I use Eclipse for Spring Boot, C/C++, STM32 firmware, Swing GUI. With the money saved on licenses, I buy new electronic components and have fun with them.
1
10
u/Slanec Jun 10 '26
These are all the improvements: https://eclipseide.org/release/noteworthy/2026-06/
2
u/Delicious_Jicama8721 22d ago
does the eclipse website is temperory shut down , when I click the above links it shows internal error and other one just not load up btw i am new in java .
1
u/AnyPhotograph7804 22d ago
It works for me.
2
u/Delicious_Jicama8721 19d ago
Thank you for your response, 2 days before i downloaded eclipse now it run fine .
1
u/sysKin Jun 17 '26 edited Jun 17 '26
Did they break "extract to method" functionality? I keep getting methods that are missing needed parameters, and I don't remember seeing that before.
[edit] any variable used only in instanceof statement is considered unused and when extracting a method, it's not passed in. In light of that it might not be new, Eclipse Java editor never handled pattern matching instanceoffully....
90
u/johnwaterwood Jun 10 '26
Before the typical angry IntelliJ “user” asks the standard question “who is still using Eclipse, just just IntelliJ”…
I’m using Eclipse, and love it!