Java SE 25 LTS, OpenJDK 25 Released

After six months of development, Oracle has announced the release of Java SE 25 (Java Platform, Standard Edition 24). This standard implementation is based on the open project OpenJDK. Despite removing some obsolete features, Java SE 25 maintains reverse compatibility with previous versions, ensuring that existing Java projects can run on the new version without modifications. The latest assembly of Java SE 25, including JDK, JRE, and Server JRE, is available for Linux (x86_64, aarch64), Windows (x86_64), and MacOS (x86_64, aarch64). The reference implementation, part of the OpenJDK project, is open under the GNU Classpath license, allowing integration with commercial products. To download Java SE 25, visit here.

Java SE 25 1, 2, 3, 4):

  • A compact option has been introduced for designing programs, suitable for training and developing small applications. This option eliminates the need to define additional classes, automatically imports typical APIs, and provides simplified input/output methods. For instance
/Reports, release notes, official announcements.