Compile error building FX with latest JDK

John Smith John_Smith at symantec.com
Tue Oct 1 13:46:57 PDT 2013


Wow, what happened to the JDK bug system, it's based on Jira, it works similar to the JavaFX bug system, it no longer an abominable - that's a huge step forward.

Thanks for pioneering the move to a better bug reporter and testing the waters with the gradle build system!
 
-----Original Message-----
From: openjfx-dev-bounces at openjdk.java.net [mailto:openjfx-dev-bounces at openjdk.java.net] On Behalf Of Kevin Rushforth
Sent: Tuesday, October 01, 2013 11:59 AM
To: openjfx-dev at openjdk.java.net
Subject: Compile error building FX with latest JDK

All,

There is a bug in JDK 8, introduced in b108, that will cause a clean build of FX to fail.

https://bugs.openjdk.java.net/browse/JDK-8025173

It is expected that this will be fixed in b110.

Until then, you can either stick with an older JDK, or use the following workaround, to compile the buildSrc part of the project with an older JDK:

    # point to older JDK
    gradle clean
    # point to latest JDK
    gradle

-- Kevin



More information about the openjfx-dev mailing list