我是靠谱客的博主 威武微笑,最近开发中收集的这篇文章主要介绍Java11 class FXMLLoaderHelper cannot access Utils because module javafx.graphics does not export,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
Exception in Application start method
java.lang.reflect.InvocationTargetException
Caused by: java.lang.RuntimeException: Exception in Application start method
at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessError: class com.sun.javafx.fxml.FXMLLoaderHelper (in unnamed module @0x188c2166) cannot access class com.sun.javafx.util.Utils (in module javafx.graphics) because module javafx.graphics does not export com.sun.javafx.util to unnamed module @0x188c2166
直接启动 App.class
会报上面的错误
新建一个 class
public class Launcher {
public static void main(String args[]){
Application.launch(App.class, args);
}
}
最后
以上就是威武微笑为你收集整理的Java11 class FXMLLoaderHelper cannot access Utils because module javafx.graphics does not export的全部内容,希望文章能够帮你解决Java11 class FXMLLoaderHelper cannot access Utils because module javafx.graphics does not export所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复