Hello I have a problem with my modular Java FX Application.
First of all I created a JavaFX Project with the Intellij Wizard.
I added the Java FX lib:
And the JavaFX modules get recognized. My module-info.java:
I also added the VM options:
But I always get this errormessage:
"Error occured during initialization of boot layer
java.lang.module.FindException: Module HelloFX not found"
Thank you.