I switched to Java 17 for using Spring Boot 3. Downloaded 3.20 trampoline version and get exception on start:
Caused by: java.lang.reflect.InaccessibleObjectException: 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 @78c4826c
Projects seems outdated, latest update is 2 years ago. Is it still alive?
Hi,
I switched to Java 17 for using Spring Boot 3. Downloaded 3.20 trampoline version and get exception on start:
Caused by: java.lang.reflect.InaccessibleObjectException: 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 @78c4826c
Projects seems outdated, latest update is 2 years ago. Is it still alive?