hg: openjfx/8/graphics/rt: Gradle "fix".

hang.vo at oracle.com hang.vo at oracle.com
Sat Mar 23 23:04:48 PDT 2013


Changeset: f43272fc4b86
Author:    Richard Bair <richard.bair at oracle.com>
Date:      2013-03-23 22:49 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f43272fc4b86

Gradle "fix".

The basic problem is that on Windows the JRE is installed twice -- once in jre8 and once in jdk1.8.0/jre. Which one the developer might have on their path is anyone's guess (but if their system is like mine, it will be jre8). The other platforms don't do this -- at least, definitely not on Mac and I have yet to see this on Linux. The result is that the logic that tried to guess the JDK directory location didn't work on windows. I'm not sure this new logic is really going to work either in the long term, but it works for today.

! build.gradle



More information about the openjfx-dev mailing list