4
I am a Linux user (Fedora Workstation 26) and I am trying to develop a Javafx application using Netbeans as IDE, the problem is that I did not find the Javafx SDK download for linux, and the official download link on the Oracle page has been disabled because it says that and Javafx has been implemented in the latest Jdks and Jres.
I would like to know from which version of JDK and JRE already comes with Javafx?
Javafx2 is already a member of JDK 7, if you installed it, you would already be able to program in this API. Now if you want some facility to build screens, you need some canvas Uilder.
– user28595
The documentation says that from JDK 7u6 the Javafx would already be included.
– Isaque Fernando