I have a custom class loader so that a desktop application can dynamically start loading classes from an AppServer I need to talk to. We did this since the amount of jars th
I wrote a custom classloader, from which it is possible to unload individual classes without GCing the classloader. Jar Class Loader