News

at java.base/jdk.internal.reflect.Reflection.verifyMemberAccess (Unknown Source) at java.base/java.lang.reflect.AccessibleObject.slowVerifyAccess (Unknown Source) ...
Caused by: java.lang.RuntimeException: Error invoking MC server bundler: java.lang.UnsupportedClassVersionError: net/minecraft/bundler/Main has been compiled by a ...
Every subclass of java.lang.Exception is a checked exception. A checked exception is one that must be advertised from the method that throws it and must either be caught or advertised from the caller.