Lines Matching defs:version

6  * under the terms of the GNU General Public License version 2 only, as
12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
98 * options which specify the version are not passed to the exec'd version,
99 * because that jre may be an older version which wouldn't recognize them.
100 * This environment variable is known to this (and later) version and serves
101 * to suppress the version selection code. This is not only for efficiency,
246 * Make sure the specified version of the JRE is running.
249 * 1) If the version running isn't correct, this routine doesn't
250 * return (either the correct version has been exec'd or an error
373 args1_1.version = JNI_VERSION_1_1;
890 * The SelectVersion() routine ensures that an appropriate version of
891 * the JRE is running. The specification for the appropriate version
904 char *version = NULL;
917 * If the version has already been selected, set *main_class
937 * the version specification options (new to 1.5) removed, so that
938 * a version less than 1.5 can be exec'd.
951 if (strncmp(arg, "-version:", 9) == 0) {
952 version = arg + 9;
985 if (argc <= 0) { /* No operand? Possibly legit with -[full]version */
1052 if (version != NULL)
1053 info.jre_version = version;
1065 * If no version selection information is found either on the command
1075 * Check for correct syntax of the version specification (JSR 56).
1078 ReportErrorMessage2("Syntax error in version specification \"%s\"",
1138 * should exit without starting vm (e.g. certain version and usage
1172 } else if (strcmp(arg, "-version") == 0) {
1185 fprintf(stderr, "%s full version \"%s\"\n", progname,
1232 } else if (strncmp(arg, "-version:", 9) == 0 ||
1271 args.version = JNI_VERSION_1_2;
1279 printf("version 0x%08lx, ", (long)args.version);
1668 * Prints the version information from the java.version and other properties.
1748 " -version print product version and exit\n"
1749 " -version:<value>\n"
1750 " require the specified version to run\n"
1751 " -showversion print product version and continue\n"
1753 " include/exclude user private JREs in the version search\n"