Description
Working on a project where the application starts, creates a new URLClassLoader for a thread (set via Thread.setContextClassLoader()) and starts the Thread. The Thread's classpath is different that the application that started it because resources are added via URLClassLoader.addURL(). I am trying to implement ReloadingClassLoader in this environment and I don't see how. Currently, the ReloadingClassLoader only knows about the resources on the SystemClassLoader's classpath.