jlahoda commented on pull request #2224: URL: https://github.com/apache/netbeans/pull/2224#issuecomment-668227078
Sorry, I forgot to respond sooner. To run tests on JDK 9+ (and without nb-javac), currently the best way is: -into nbbuild/user.build.properties put: test.nbjdk.home=<path-to-test-JDK> And into the given project's nbproject/private/private.properties: test.use.jdk.javac=true This should ensure the tests will be run using javac from the JDK. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- 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
