public class CLTester { public static void main (String args[]) throws Exception { // Create a FileClassLoader // Use args[0] as directory // Load class from class loader // Use args[1] as class name // Create an instance of the class just loaded } }