Apache NetBeans 10, the latest version of the open source IDE for Java SE, PHP, and JavaScript development, is now available as a production release.

You can download NetBeans 10 from Apache’s NetBeans project page.

Key to NetBeans 10 is enhanced support for Java Development Kit (JDK) 11 as well as capabilities for PHP and the JUnit 5 testing framework for Java.

For JDK 11, which arrived in September 2018, NetBeans 10.0 supports dynamic class file constants, which broadens expressivity options for language designers and compiler implementors. Other capabilities for JDK 11 include:

For PHP, NetBeans 10 lets developers add trailing commas in function calls under PHP 7.3. Developers also can use the list reference assignment as well as flexible heredoc and nowdoc syntaxes. Its PHP 7.2 support includes trailing commas in list syntax, coloring for object types, and PHP version in project properties. For PHP 7.1, NetBeans 10 adds support for class constant visibility as well as multicache exception handling, nullable types, and coloring for the void and iterable keywords. The context-sensitive lexer from PHP 7.0 is supported as well.

JUnit 5.3.1 was added as a library in NetBeans, for quickly adding it to Java projects. The JUnit 5 @Testable annotation is supported, also.

The upgrade is the second major release of NetBeans under Apache’s jurisdiction. Apache 9.0 arrived in August 2018.

This story, "NetBeans 10 adds support for latest Java and PHP" was originally published by InfoWorld.

IT World