代码在低版本到高版本运行的问题
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