I have the following problem:
Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found
When I try to run the default class of JavaFX project which send a "Hello World" button, I'm using Netbeans 11.1 as my IDE, the JDK 13, Jre-8u221. I create the library Java Fx and added it to the module path inn the properties of my project and on VM on run options included the command --add-modules javafx.controls, javafx.graphics.
java --module-path /home/edwin/helloworld/build:/opt/javafx/lib --module helloworld/com.example.helloworld.Main- VGR