Where is the JavaFX source code?
Neil Galarneau
neil at galarneaus.net
Tue May 21 16:11:39 PDT 2013
Kevin,
Thank you for both sets of information.
Neil
----- Original Message -----
From: Kevin Rushforth
To:"Neil Galarneau"
Cc:
Sent:Tue, 21 May 2013 15:53:17 -0700
Subject:Re: Where is the JavaFX source code?
To answer your other question, JDK 7u17 uses FX 2.2.7. Here is the
mapping of recent JDK 7u relases and FX 2.2.x releases:
JDK 7u17 : FX 2.2.7
JDK 7u21 : FX 2.2.21
JDK 7u25 : FX 2.2.25 [*]
JDK 7u40 : FX 2.2.40 [*]
[*] - Not yet released
We are now aligned with the JDK in terms of release numbering such
that
JDK 7uNN includes FX 2.2.NN [1]
-- Kevin
Kevin Rushforth wrote:
> The URL for the latest 2.x update releases is:
>
> http://hg.openjdk.java.net/openjfx/2u/master/rt [2]
>
> See the following e-mail message:
>
>
http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-April/007353.html
[3]
>
> -- Kevin
>
>
> Neil Galarneau wrote:
>> Hello,
>>
>> Is Java 7 Update 17 using JavaFX 2.2?
>>
>> I see discrepancies between the JavaFX source code I downloaded
from
>> http://hg.openjdk.java.net/openjfx/2.2/master/rt [4] and a stack
trace
>> that I had running jdk7u17.
>>
>> I had a stack trace with:
>> java.lang.NullPointerException [5]
>> at javafx.scene.control.Control.loadClass(Control.java:134) [6]
>> at
>> javafx.scene.control.Control.loadSkinClass(Control.java:1021) [7]
>> at javafx.scene.control.Control.access$500(Control.java:70) [8]
>> at
>> javafx.scene.control.Control$12.invalidated(Control.java:972) [9]
>> However, in the Control.java [10] source from both the .gz & the
.zip
>> downloaded from the above page:
>> 1) there is no loadClass method at all
>> and
>> 2) the loadSkinClass method line 1021 is in the middle of a block
>> comment at the end of the method
>>
>> I would be very grateful if someone pointed me to the right
source.
>> The source code is very useful when debugging.
>>
>> Thanks,
>>
>> Neil
>>
>>
>>
Links:
------
[1] http://2.2.NN
[2] http://hg.openjdk.java.net/openjfx/2u/master/rt
[3]
http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-April/007353.html
[4] http://hg.openjdk.java.net/openjfx/2.2/master/rt
[5] http://java.lang.NullPointerException
[6] http://sitemail.hostway.com/http:
[7] http://sitemail.hostway.com/http:
[8] http://sitemail.hostway.com/http:
[9] http://sitemail.hostway.com/http:
[10] http://Control.java
More information about the openjfx-dev
mailing list