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
Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader
#248
Open
avalitan opened this issue
Feb 20, 2020
· 2 comments
Exception in thread "main" 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') at com.net2plan.internal.SystemUtils.getClasspath(SystemUtils.java:173) at com.net2plan.internal.SystemUtils.configureEnvironment(SystemUtils.java:153) at com.net2plan.gui.GUINet2Plan.main(GUINet2Plan.java:518)
java --version openjdk 11.0.6 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10) OpenJDK 64-Bit Server VM (build 11.0.6+10, mixed mode)
The text was updated successfully, but these errors were encountered:
Exception in thread "main" 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') at com.net2plan.internal.SystemUtils.getClasspath(SystemUtils.java:173) at com.net2plan.internal.SystemUtils.configureEnvironment(SystemUtils.java:153) at com.net2plan.gui.GUINet2Plan.main(GUINet2Plan.java:518)
java --version openjdk 11.0.6 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10) OpenJDK 64-Bit Server VM (build 11.0.6+10, mixed mode)
The text was updated successfully, but these errors were encountered: