I am trying to load an FXML file into my javafx application as my root widget, I am using windows 8.1 with java 11.04 and javafx-sdk 13 with the Eclipse 2019 IDE. I searched a l
since Java 11 you need to add
--module-path C:[your path to]\javafx-sdk-13\lib --add-modules javafx.controls,javafx.fxml
to the run arguments of the project run configuration