[9] review request: 8150109: Cannot build FX apps or tests with JDK 9
Kevin Rushforth
kevin.rushforth at oracle.com
Thu Feb 18 01:32:37 UTC 2016
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
More information about the openjfx-dev
mailing list