}
Support_Resources.copyFile(resources, "JarIndex", "hyts_22-new.jar");
urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_22-new.jar");
ucl = URLClassLoader.newInstance(urls, null);
assertNotNull("Cannot find resource", ucl.findResource("cpack/"));
Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar");
urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_31.jar");
ucl = URLClassLoader.newInstance(urls, null);
try {