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.