Chien & Dave,

Please review the following webrev to fix "gradle apps" and "gradle test" so they can compile when using JDK 9 as the boot JDK.

https://bugs.openjdk.java.net/browse/JDK-8150109
http://cr.openjdk.java.net/~kcr/8150109/webrev.00/

Most of these are a result of old NB-generated build.xml files that won't work with the JDK 9 layout (e.g., it thinks it needs tools.jar which no longer exists). I regenerated the NB projects and it should now build fine with either JDK 8 or JDK 9 (please test if you can).

-- Kevin

Reply via email to