9899100101102103104105106107108
{ if (!url.endsWith("/")) { url += "/"; } urlClassLoader.addURL(new URL(url)); } catch (Exception e) { throw new IllegalArgumentException("A URL in List of URLs is malformed: " + url); }
102103104105106107108109110111112