How can I create an object from a JAR file?
Created May 4, 2012
John Mitchell For the do-it-yourselfers, check out my JavaWorld Tips & Tricks article, Create objects from JAR files. If you're using Java v1.2 or later, you can use the java.net.URLClassLoader to load classes from both directories and JAR files.