395 Forks
2231 Stars
2231 Watchers

jfx

JavaFX mainline development

How to download and setup jfx

Open terminal and run command
git clone https://github.com/openjdk/jfx.git
git clone is used to create a copy or clone of jfx repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with jfx https://github.com/openjdk/jfx/archive/master.zip

Or simply clone jfx with SSH
[email protected]:openjdk/jfx.git

If you have some problems with jfx

You may open issue on jfx support forum (system) here: https://github.com/openjdk/jfx/issues