class loader stuff

This commit is contained in:
Julian Dolby 2015-03-04 20:02:49 -05:00
parent dcc2f654f4
commit ac533bc44d
2 changed files with 2 additions and 5 deletions

View File

@ -15,4 +15,4 @@ Require-Bundle: org.eclipse.core.runtime,
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
lib/dx-1.7.jar
lib/dx.jar

View File

@ -124,10 +124,7 @@ public abstract class DroidBenchCGTest extends DalvikCallGraphTestBase {
public static Collection<Object[]> generateData(final String filter) {
String f = walaProperties.getProperty("droidbench.root");
if (f == null || !new File(f).exists()) {
f = System.getProperty("user.dir") + "/../../DroidBench";
if (! new File(f + "/apk/").exists()) {
f = "/tmp/DroidBench";
}
f = "/tmp/DroidBench";
}
System.err.println("Use " + f + " as droid bench root");