I am on Ubuntu 19.04. Trying to run a JavaFX project in NetBeans 11.0. I am getting this message error when I want to create a new JavaFX project: The JDK you are using does not support JavaFX
I am using JDK 11 and it seems that there is a problem with installing JDK 8 as you can see here: https://launchpad.net/~webupd8team/+archive/ubuntu/java
I also read that JavaFX is out of JDK 11.
Could someone guide me to how I can run my JavaFX project?