Visual Studio Code – VSCode error: JavaFX runtime components are missing, and are required to run this application
I've been trying to set up on JavaFX in VSCode. I added the JavaFX jar files to the referenced libraries and added the following statement to launch.json (obviously with my path to the lib folder): "vmArgs": "--module-path "C:/path/to/javafx-sdk-19/lib" --add-modules javafx.controls,javafx.fxml"…