I\'m trying to install JavaFX on WSL Ubuntu I just updated and upgraded all my packages and checked that OpenJDK is up to date. If I try to compile anything for JavaFX I get er
You should install OpenJFX first
sudo apt install openjfx
openjdk-11 comes without javafx/openjfx by default.
in our course at POLIMI we solved so:
https://github.com/ingconti/JavaFXWithImagesAndText/blob/master/ReadMeForWSL.md
by Michele Alziati and me.