URL[] path = new URL[] { new URL("http://java.sun.com/sample.jar"), new URL("file:/home/luehe/util.jar") }; URLClassLoader ucl = new URLClassLoader(path); Class foo = ucl.loadClass("Foo");