You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 @815b41f
The text was updated successfully, but these errors were encountered:
Java: 17
seata: 1.3
Springboot: 2.2.0.RELEASE
我用Java8启动项目没有任何问题,试用用JDK17就会报错,然后我在启动参数加入
--add-opens java.base/java.lang=ALL-UNNAMED
,还是报错,移除seata依赖就能启动成功,加入就会报错引入seata错误是:
The text was updated successfully, but these errors were encountered: