Home
last modified time | relevance | path

Searched refs:newClasspath (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DJUnitLaunchConfigDelegate.java122 String[] newClasspath = new String[classpath.length + 1]; in fixClasspath() local
123 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length); in fixClasspath()
124 newClasspath[newClasspath.length - 1] = jarLocation; in fixClasspath()
125 classpath = newClasspath; in fixClasspath()