So I have followed this video on YouTube https://www.youtube.com/watch?v=bC4XB6JAaoU and when I get done putting in the arguments in the box for run configurations I keep getting an error message like Module javafx.controls;fxml not found.
I have tried separating the word controls and fxml with a comma, a semi-colon, and a colon and I keep getting the error message. I have followed everything.
Don't know where I'm going wrong.
This is what I have typed in the arguments box:
--module-path "D:\Internet Downloads\javafx-sdk-15.0.1\lib" --add-modules javafx.controls;javafx.fxml
The error also says error occurred during initialization of boot layer.