String filePath = "test.jar"; File file = new File(filePath); URL url = file.toURI().toURL(); URLClassLoader loader = new URLClassLoader(new URL[]{url}); S