首页 > 其他分享 >代码在低版本到高版本运行的问题

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

时间:2022-12-16 14:01:40浏览次数:42  
标签:lang java int 低版本 代码 module base 版本

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

标签:lang,java,int,低版本,代码,module,base,版本
From: https://www.cnblogs.com/mingcoding/p/16987164.html

相关文章