Lines Matching defs:jar

32  *        worry about choosing the right JVM based on command line flag, jar
108 * name from within the executable jar file (if any). This is strictly a
109 * performance enhancement to avoid re-reading the jar file manifest.
258 * price to pay for not processing a jar file operand twice.
294 #ifdef JAVA_ARGS /* javac, jar and friends. */
333 /* Override class path if -jar flag was specified */
892 * is obtained from either the manifest of a jar file (preferred) or
934 * java [options] -jar file.jar [argument...]
958 if (strcmp(arg, "-jar") == 0)
996 * If there is a jar file, read the manifest. If the jarfile can't be
997 * read, the manifest can't be read from the jar file, or the manifest
1000 * Even if there isn't a jar file, construct a manifest_info structure
1164 } else if (strcmp(arg, "-jar") == 0) {
1427 * Returns the main class name for the specified jar file.
1435 jobject jar, man, attr;
1438 NULL_CHECK0(cls = (*env)->FindClass(env, "java/util/jar/JarFile"));
1442 NULL_CHECK0(jar = (*env)->NewObject(env, cls, mid, str));
1444 "()Ljava/util/jar/Manifest;"));
1445 man = (*env)->CallObjectMethod(env, jar, mid);
1450 "()Ljava/util/jar/Attributes;"));
1544 * tools.jar to CLASSPATH.
1589 strcat(appcp, app_classpath[i]); /* \lib\myapp.jar */
1603 * (or jar file name) and the arguments to the class's main method
1695 " or %s [-options] -jar jarfile [args...]\n"
1696 " (to execute a jar file)\n"
1740 " -cp <class search path of directories and zip/jar files>\n"
1741 " -classpath <class search path of directories and zip/jar files>\n"
2054 * Displays the splash screen according to the jar file name