Error when using CustomStage with java 17 and openjfx 17
when I try to run my project, I get the following error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module CustomStage not found, required by com.example.jfxmoderntest
What does this mean and how could I fix it?
I am using gradle, so here is an except of my build.gradle:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module CustomStage not found, required by com.example.jfxmoderntest
What does this mean and how could I fix it?
I am using gradle, so here is an except of my build.gradle: