Merge branch 'sigar-1.6'
This commit is contained in:
commit
a540dc045b
|
@ -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;
|
Class cmd = null;
|
||||||
|
|
Loading…
Reference in New Issue