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
java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
#16
Open
mehmet-27 opened this issue
Jun 27, 2023
· 2 comments
Java 9+ module system caused this. Use a single URLClassLoader for your Bot application to solve this? Not this library's fault due to the environment they supported are all use URLClassLoader in the classloading context.
in my librarymanager implement classloader is throwing error
The text was updated successfully, but these errors were encountered: