{
File dir = new File(bootURL.getFile());
if (dir.exists())
{
// Add the local file patch directory
loader.addURL(dir.toURL());
// Add the contents of the directory too
File[] jars = dir.listFiles(new JarFilter());
for (int j = 0; jars != null && j < jars.length; j++)