Top "Urlclassloader" questions

This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.

Hive: AppClassLoader cannot be cast to URLClassLoader although using JDK8

After installing jdk9 I have been seeing this problem: $hive Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; …

java hive classloader java-9 urlclassloader
Custom URLClassLoader, NoClassDefFoundError when run

I've created my own URLClassLoader, and set it as the system classloader via java.system.class.loader. It's initialized and …

java classloader noclassdeffounderror urlclassloader
Java security: Sandboxing plugins loaded via URLClassLoader

Question summary: How do I modify the code below so that untrusted, dynamically-loaded code runs in a security sandbox while …

java classloader securitymanager urlclassloader
ClassNotFoundException with URLClassLoader in classes.jar (java.net package)

On Eclipse Galileo, got the following ClassNotFoundException when doing Debug As/Web Application. But works just fine when doing Run …

eclipse classnotfoundexception urlclassloader