ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
355 stars 81 forks source link

Does not work on Java 17 #81

Open mmaenz opened 1 year ago

mmaenz commented 1 year ago

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?