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