jtulach opened a new pull request #2062: [NETBEANS-4078] Don't install nb-javac on JDK11 URL: https://github.com/apache/netbeans/pull/2062 When creating new project with IDE running on JDK11, don't attempt to install nb-javac. I did following testing: ```bash netbeans$ ant build netbeans$ rm -rf nbuild/testuserdir nbbuild/netbeans/extra netbeans$ ant tryme -Dnbjdk.home=/jdk8 netbeans$ rm -rf nbuild/testuserdir nbbuild/netbeans/extra netbeans$ ant tryme -Dnbjdk.home=/jdk11 ``` Only download of nb-javac is offered on OracleJDK8. Only download of OpenJFX is offered on JDK-11.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
