// add it to the list
classloaderlist.put(file.getName(), pcl);
// add all dependend classloaders
for(String parent : depends) {
pcl.addParent(classloaderlist.get(parent));
}
// start the plugin class
System.out.println("Open jarfile");
Properties jprop = getJarProperties(jarFile);