Does Apache NetBeans 9.0 support java 11?

前端 未结 2 956
清酒与你
清酒与你 2021-01-14 19:40

Can anyone say if Apache NetBeans 9.0 support java 11 and if so what are the requirements to make that work?

Prensently I can compile and run java 11 code in NetBean

2条回答
  •  醉酒成梦
    2021-01-14 20:14

    NetBeans 10 has been released with JDK 11 support:

    JDK 11 Support

    JDK 11 support has been enhanced in the following ways:

    • Integration with the nb-javac project, adding support for JDK 11.

    • Removed the CORBA modules.

    • Support for JEP 309, Dynamic Class-File Constants.

    • Support for JEP 323, Local-Variable Syntax for Lambda Parameters.

    • Support for LVTI Support for Lamdba Parameters

    • New Hint to convert variable type to 'var' for lambda parameters(JDK 11 and above)

    • Code completion for var lambda parameters

    • Code completion support for var type lambda parameters.(JDK 11 and above)

    See the JDK 11 Confluence Page for more detailed features.

    Donwload page: https://netbeans.apache.org/download/nb100/nb100.html

提交回复
热议问题