Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2010-04-14 13:46:36 -07:00
commit a540dc045b
1 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,13 @@ public class Runner {
}
}
}
if (missingJars()) {
String home = System.getenv("ANT_HOME"); //check for junit.jar
if (home != null) {
addJarDir(home + "/lib");
}
}
}
Class cmd = null;