5859606162636465666768
for (String path : javaClassPath.split(File.pathSeparator)) { try { urls.add(new File(path).toURI().toURL()); } catch (Exception e) { throw new ReflectionsException("could not create url from " + path, e); } } } }