Caused by: java.lang.IllegalAccessException: class com.sun.javafx.application.LauncherImpl (in module javafx.graphics) cannot access class org.openjfx.MainApp (in module hellofx)
module hellofx {
requires javafx.graphics;
exports org.openjfx to javafx.graphics;
}