This question is likely about the same issue as this one, but it appears the asker of that one hasn\'t added enough information to receive a helpful response.
I am t
I would use gradle and the javafx plugin for that.
apply plugin: "org.openjfx.javafxplugin" javafx { version = "11" modules = ["javafx.base", "javafx.controls", "javafx.graphics" }