I have been trying to use a webview in JavaFX GUI, however, its still doesn't recognise the web package. I have put the following in my VM options: My VM options: --module-path "C:\Program Files\Java\javafx-sdk-18.0.2\lib" --add-modules javafx.controls,javafx.fxml,javafx.web
However, nothing seems to work. Does anybody have a solution? I feel that my IntelliJ doesn't read the VM options at all.