I've had some confusion in trying to create a .exe
file to run my JavaFX application.
In Eclipse I use the VM Argument:
--module-path "\path\to\javafx-sdk-14.0.1\lib" --add-modules javafx.controls,javafx.fxml
But I'm not sure how to add it to Launch4j
to be able to run it. Could someone show me how to add it?