Searched
full:classpath (Results
426 -
450 of
669) sorted by null
<<11121314151617181920>>
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages_zh_TW.java | 129 "\u7121\u6cd5\u8f09\u5165 ''{0}''\uff08\u6aa2\u67e5 CLASSPATH\uff09\uff0c\u76ee\u524d\u53ea\u4f7f\u7528\u9810\u8a2d\u503c" }, 135 "\u7121\u6cd5\u8f09\u5165\u8f38\u51fa\u65b9\u6cd5 ''{1}''\uff08\u6aa2\u67e5 CLASSPATH\uff09\u7684\u5167\u5bb9\u6a94 ''{0}''" },
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLClassLoaderTest.java | 274 private static URLClassLoader getURLClassLoader(String... classPath) 277 for (String path : classPath) {
|
/libcore/luni/src/test/java/tests/api/java/util/ |
ResourceBundleTest.java | 95 String classPath = System.getProperty("java.class.path"); 96 StringTokenizer tok = new StringTokenizer(classPath, File.pathSeparator);
|
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 123 System.out.println("usage: java-src-folder output-folder classpath " + 219 private String getShellExecJavaLine(String classpath, String mainclass) { 221 "-Djava.io.tmpdir=%s -classpath %s %s", TARGET_JAR_ROOT_PATH, TARGET_JAR_ROOT_PATH, 222 classpath, mainclass);
|
/dalvik/vm/native/ |
dalvik_system_VMRuntime.cpp | 208 { "classPath", "()Ljava/lang/String;",
|
/development/tools/idegen/ |
README | 15 under the "Classpath" tab. This will ensure that you only get access to
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
antlr3.jar | |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/ |
pom.xml | 122 remember that they need antlr.jar in their CLASSPATH and so
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
build.xml | 15 <taskdef file="${third.dir}/antcontrib.properties" classpath="${third.dir}/ant-contrib-1.0b3.jar" />
|
/external/antlr/antlr-3.4/runtime/Python/ |
README | 78 Be sure to properly setup your CLASSPATH.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/ |
customTargets.xml | 174 <!--eclipse.home is relative to the scripts directory in the org.eclipse.pde.build plugin. Assume the plugins used in the classpath are in the same directory as org.eclipse.pde.build--> 178 <javac verbose="true" failonerror="true" srcdir="${builderDirectory}/tools" destdir="${builderDirectory}/tools" classpath="${eclipse.home}/plugins/org.apache.xerces_4.0.13/xercesImpl.jar:${eclipse.home}/plugins/org.apache.xerces_4.0.13/xmlParserAPIs.jar"/> 182 <classpath> 184 </classpath>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/ |
config.ini | 17 # The classpath for the framework found at the osgi.framework location. This
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedWatch.xml | 7 classpath="../feedTools.jar"/>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CompileErrorCheck.java | 215 System.out.println("The j2ee.jar may not be on the Ant classpath.");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/ |
MANIFEST.MF | 33 Bundle-ClassPath: jdi.jar,jdimodel.jar,tools.jar
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
plugin.xml | 105 <!-- Extra Classpath -->
|
/frameworks/base/cmds/app_process/ |
app_main.cpp | 65 * we're trying to look up in CLASSPATH. Unfortunately it needs to,
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMRuntime.java | 63 public native String classPath();
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofBinaryToAscii.java | 33 * java -classpath out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar
|
/libcore/luni/src/main/java/java/lang/ |
ClassLoader.java | 69 * classes from the classpath. It is not equal to the bootstrap class loader - 100 String classPath = System.getProperty("java.class.path", "."); 102 // String[] paths = classPath.split(":"); 116 return new PathClassLoader(classPath, BootClassLoader.getInstance());
|
/libcore/luni/src/main/java/java/security/ |
IdentityScope.java | 79 * "system.scope", and the class is only loaded from boot classpath. No default
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerPage.java | 62 setDescription("This container manages classpath entries for Android container");
|
LibraryClasspathContainerInitializer.java | 185 * + inside the referenced Java projects' classpath 250 // now add a classpath entry for each Java project (this is a set so dups are already 421 * Only classpath entries that are exported are added, and only Java project (not Android 462 // if this is a classpath variable reference, we resolve it.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
MANIFEST.MF | 11 Bundle-ClassPath: .,
|
/sdk/sdkmanager/app/etc/ |
android.bat | 80 call %java_exe% %REMOTE_DEBUG% -Dcom.android.sdkmanager.toolsdir="%tools_dir%" -Dcom.android.sdkmanager.workdir=%work_dir% -classpath "%jar_path%;%swt_path%\swt.jar" com.android.sdkmanager.Main %*
|
Completed in 356 milliseconds
<<11121314151617181920>>