代码在低版本到高版本运行的问题

Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @4

在 VM options 中添加:

--add-opens java.base/java.lang=ALL-UNNAMED
posted @ 2022-12-16 13:51  诚息  阅读(29)  评论(0编辑  收藏  举报
TOP 底部