HomeSort by relevance Sort by last modified time
    Searched full:newclasspath (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 122 String[] newClasspath = new String[classpath.length + 1];
123 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length);
124 newClasspath[newClasspath.length - 1] = jarLocation;
125 classpath = newClasspath;
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 145 milliseconds