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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 121 String[] newClasspath = new String[classpath.length + 1];
122 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length);
123 newClasspath[newClasspath.length - 1] = jarLocation;
124 classpath = newClasspath;

Completed in 1358 milliseconds