How to remove the class using java.net.URLClassLoader
DineshOct 3 2011 — edited Oct 3 2011Hi
My requirement is to call a class file from a jar. Now, I am using URL class loader to load the particular class into my Application. How can i remove the class (Unloading the class ) from my Application. Any Suggestions. Thanks in Advance.