}
else
{
System.out.println(PREFIX + "Using default classpath [" + DEFAULT_CLASSPATH + "]");
myClasspath.append(System.getProperty(DEFAULT_CLASSPATH));
myClasspathURLs = new URLClassLoaderPath(myClasspath.toString()).getURLArray();
}
//Support 3rd party ClassLoaders like Forehead, use classpath used in call to main()
//before defaulting to system classpath
if ((myClassLoader != ClassLoader.getSystemClassLoader()) && (myClassLoader instanceof URLClassLoader))