IntelliJ IDEA 2025.3.4 fully supports Java 26

JetBrains offers many new features for Java in its IntelliJ development environment and the Koog agent framework. Additionally, there is a new version of Kotlin.

https://www.heise.de/en/news/IntelliJ-IDEA-2025-3-4-fully-supports-Java-26-11216290.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon

#Entwicklungsumgebung #IDE #IntelliJIDEA #IT #JetBrains #Kotlin #news

IntelliJ IDEA 2025.3.4 fully supports Java 26

JetBrains offers many new features for Java in its IntelliJ development environment and the Koog agent framework. Additionally, there is a new version of Kotlin.

heise online

IntelliJ IDEA 2025.3.4 unterstützt Java 26 vollständig

Viel Neues für Java gibt es von JetBrains für die Entwicklungsumgebung IntelliJ und das Agenten-Framework Koog. Hinzu kommt eine neue Version von Kotlin.

https://www.heise.de/news/IntelliJ-IDEA-2025-3-4-unterstuetzt-Java-26-vollstaendig-11215951.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon

#Entwicklungsumgebung #IDE #IntelliJIDEA #IT #JetBrains #Kotlin #news

IntelliJ IDEA 2025.3.4 unterstützt Java 26 vollständig

Viel Neues für Java gibt es von JetBrains für die Entwicklungsumgebung IntelliJ und das Agenten-Framework Koog. Hinzu kommt eine neue Version von Kotlin.

heise online
IntelliJ IDEA 2025.3.4 is Out! | The IntelliJ IDEA Blog

We’ve just released IntelliJ IDEA 2025.3.4. This update introduces full support for Java 26 along with several notable improvements. You can update to this version from inside the IDE, using the To

The JetBrains Blog
You can now download JDK 26 in #IntelliJIDEA 🥳
Open Project Structure (⌘; on macOS | Ctrl+Alt+Shift+S on Windows/Linux), open the dropdown in field SDK, select Download JDK and select Version 26 and Vendor.
#Java #Java26
Java 26 in IntelliJ IDEA | The IntelliJ IDEA Blog

Java 26 was released on March 17, 2026. At JetBrains, we are committed to supporting the latest technologies in IntelliJ IDEA and adding useful enhancements for both stable and preview features. In this blog post, we will give you an overview of what Java 26 delivers and how it is supported in IntelliJ IDEA.

The JetBrains Blog
I've received a copy of Japanese translation of my '100 Java Mistakes' book. I love the work done by translator Yoshiki Shibata! He didn't just translate the text. He followed the instructions to do what I'm saying (e.g., create structural search template) in the Japanese-localized #IntelliJIDEA and took the new screenshots. All inspection names match our official translation, he actually looked how we translated them in our localization.

Fun fact: #IntelliJIDEA still supports this feature! Use language level 20 (Preview) (which is not officially supported anymore). Write code like:

import java.util.List;

class Test {
record Point(int x, int y) {
}

void print(List<Point> list) {
for (Point point : list) {
int x = point.x();
int y = point.y();
System.out.println(x + ":" + y);
}
}
}

The IntelliJ ecosystem is one of the most powerful development environments for JVM developers. Today, we’re excited to introduce the official BoxLang IDE plugin for IntelliJ, bringing modern BoxLang development directly into the JetBrains IDE family. Whether you're building new BoxLang applications or maintaining existing CFML codebases, this plugin gives you first-class...
#Developertools #IntelliJIDEA #Java #tools
https://foojay.io/today/introducing-the-boxlang-ide-plugin-for-intellij/
foojay – a place for friends of OpenJDK

foojay is the place for all OpenJDK Update Release Information. Learn More.

foojay
Some cool new features coming in the upcoming #IntelliJIDEA 2026.1 release. Can't wait to tell you all about them with Marco Behler, @antonarhipov and @sivalabs

Thanks to all the #DevNexus folks who attended my #Java talk on #Refactoring in #IntelliJIDEA (mostly) without AI.

Slides are available here: https://ted.dev/talks/#past-talks

Want this talk (or other ones) at your group event or conference, let me know!

My Presentations | Ted M. Young

Articles, Videos, Training, and Coaching for Java Developers

Ted M. Young