Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get the JavaFX sources?

I've read that some months ago, Oracle agreed to make JavaFX open source. I'd like to take part in the development process but don't know where to get the development resources.

I'd appreciate some help :)

Best regards,

David

like image 371
dajood Avatar asked May 02 '12 15:05

dajood


2 Answers

At: http://hg.openjdk.java.net/

search for 'openjfx'.

Use one of the 'master/rt' repositories, e.g.

for v2.1:

http://hg.openjdk.java.net/openjfx/2.1/master/rt/

for v2.2:

http://hg.openjdk.java.net/openjfx/2.2/master/rt/

for v8:

http://hg.openjdk.java.net/openjfx/8/master/rt/

like image 155
Puce Avatar answered Oct 02 '22 12:10

Puce


Looks like the development is here:

http://openjdk.java.net/projects/openjfx/

like image 43
Choker Avatar answered Oct 02 '22 12:10

Choker