So far, the examples I have seen for custom ClassLoaders involve subclassing the URLClassLoader, and using that specific instance to load classes in resources.
I hav
Run JVM with java.system.class.loader property:
java.system.class.loader
java -Djava.system.class.loader=myClassLoader myApplication