Where is the JavaFX source code?

Kevin Rushforth kevin.rushforth at oracle.com
Tue May 21 14:53:23 PDT 2013


The URL for the latest 2.x update releases is:

    http://hg.openjdk.java.net/openjfx/2u/master/rt

See the following e-mail message:

http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-April/007353.html

-- 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 and a stack trace
> that I had running jdk7u17.
>
> I had a stack trace with:
> java.lang.NullPointerException
>     at javafx.scene.control.Control.loadClass(Control.java:134)
>     at
> javafx.scene.control.Control.loadSkinClass(Control.java:1021)
>     at javafx.scene.control.Control.access$500(Control.java:70)
>     at
> javafx.scene.control.Control$12.invalidated(Control.java:972)
>   
> However, in the Control.java 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
>
>
>   


More information about the openjfx-dev mailing list