223224225226227228229230231232
if (!file.exists()) { throw new IOException(file.getAbsolutePath() + " doesn't exist"); } url = file.toURL(); } ClassPathElement cpe = container.addClassLoaderURL(url); registerPermissions(cpe, childElement); } } }