This is something that I have considered implementing on a previous project that I was on. In the small amount if time I had to look it this it seemed as though using URLClassLoader requires the .class not be inside a JAR file to be loaded. This would mean unjarring/zipping it first, not impossible, but certainly a pain.
To save myself from doing all this implementation work myself, does anyone know of a project, maybe on java.net, that provides this functionality? |