jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties
changeset 45004 ea3137042a61
parent 44541 7b5654460f8a
child 45281 122c607f82da
child 45339 f2ab1225d11f
equal deleted inserted replaced
44789:73fd39e0702e 45004:ea3137042a61
    51 \                  is a directory of modules.\n\
    51 \                  is a directory of modules.\n\
    52 \    --upgrade-module-path <module path>...\n\
    52 \    --upgrade-module-path <module path>...\n\
    53 \                  A {0} separated list of directories, each directory\n\
    53 \                  A {0} separated list of directories, each directory\n\
    54 \                  is a directory of modules that replace upgradeable\n\
    54 \                  is a directory of modules that replace upgradeable\n\
    55 \                  modules in the runtime image\n\
    55 \                  modules in the runtime image\n\
    56 \    --add-modules <modulename>[,<modulename>...]\n\
    56 \    --add-modules <module name>[,<module name>...]\n\
    57 \                  root modules to resolve in addition to the initial module.\n\
    57 \                  root modules to resolve in addition to the initial module.\n\
    58 \                  <modulename> can also be ALL-DEFAULT, ALL-SYSTEM,\n\
    58 \                  <module name> can also be ALL-DEFAULT, ALL-SYSTEM,\n\
    59 \                  ALL-MODULE-PATH.\n\
    59 \                  ALL-MODULE-PATH.\n\
    60 \    --limit-modules <modulename>[,<modulename>...]\n\
    60 \    --list-modules\n\
    61 \                  limit the universe of observable modules\n\
    61 \                  list observable modules and exit\n\
    62 \    --list-modules [<modulename>[,<modulename>...]]\n\
    62 \    --d <module name>\n\
    63 \                  list the observable modules and exit\n\
    63 \    --describe-module <module name>\n\
    64 \    --dry-run     create VM but do not execute main method.\n\
    64 \                  describe a module and exit\n\
    65 \                  This --dry-run option may be useful for validating the\n\
    65 \    --dry-run     create VM and load main class but do not execute main method.\n\
       
    66 \                  The --dry-run option may be useful for validating the\n\
    66 \                  command-line options such as the module system configuration.\n\
    67 \                  command-line options such as the module system configuration.\n\
       
    68 \    --validate-modules\n\
       
    69 \                  validate all modules and exit\n\
       
    70 \                  The --validate-modules option may be useful for finding\n\
       
    71 \                  conflicts and other errors with modules on the module path.\n\
    67 \    -D<name>=<value>\n\
    72 \    -D<name>=<value>\n\
    68 \                  set a system property\n\
    73 \                  set a system property\n\
    69 \    -verbose:[class|gc|jni]\n\
    74 \    -verbose:[class|module|gc|jni]\n\
    70 \                  enable verbose output\n\
    75 \                  enable verbose output\n\
    71 \    -version      print product version to the error stream and exit\n\
    76 \    -version      print product version to the error stream and exit\n\
    72 \    --version     print product version to the output stream and exit\n\
    77 \    --version     print product version to the output stream and exit\n\
    73 \    -showversion  print product version to the error stream and continue\n\
    78 \    -showversion  print product version to the error stream and continue\n\
    74 \    --show-version\n\
    79 \    --show-version\n\
    75 \                  print product version to the output stream and continue\n\
    80 \                  print product version to the output stream and continue\n\
       
    81 \    --show-module-resolution\n\
       
    82 \                  show module resolution output during startup\n\
    76 \    -? -h -help\n\
    83 \    -? -h -help\n\
    77 \                  print this help message to the error stream\n\
    84 \                  print this help message to the error stream\n\
    78 \    --help        print this help message to the output stream\n\
    85 \    --help        print this help message to the output stream\n\
    79 \    -X            print help on extra options to the error stream\n\
    86 \    -X            print help on extra options to the error stream\n\
    80 \    --help-extra  print help on extra options to the output stream\n\
    87 \    --help-extra  print help on extra options to the output stream\n\
   117 \                      append to end of bootstrap class path\n\
   124 \                      append to end of bootstrap class path\n\
   118 \    -Xcheck:jni       perform additional checks for JNI functions\n\
   125 \    -Xcheck:jni       perform additional checks for JNI functions\n\
   119 \    -Xcomp            forces compilation of methods on first invocation\n\
   126 \    -Xcomp            forces compilation of methods on first invocation\n\
   120 \    -Xdebug           provided for backward compatibility\n\
   127 \    -Xdebug           provided for backward compatibility\n\
   121 \    -Xdiag            show additional diagnostic messages\n\
   128 \    -Xdiag            show additional diagnostic messages\n\
   122 \    -Xdiag:resolver   show resolver diagnostic messages\n\
       
   123 \    -Xfuture          enable strictest checks, anticipating future default\n\
   129 \    -Xfuture          enable strictest checks, anticipating future default\n\
   124 \    -Xint             interpreted mode execution only\n\
   130 \    -Xint             interpreted mode execution only\n\
   125 \    -Xinternalversion\n\
   131 \    -Xinternalversion\n\
   126 \                      displays more detailed JVM version information than the\n\
   132 \                      displays more detailed JVM version information than the\n\
   127 \                      -version option\n\
   133 \                      -version option\n\
   162 \                      <target-module>, regardless of module declaration.\n\
   168 \                      <target-module>, regardless of module declaration.\n\
   163 \    --permit-illegal-access\n\
   169 \    --permit-illegal-access\n\
   164 \                      permit illegal access to members of types in named modules\n\
   170 \                      permit illegal access to members of types in named modules\n\
   165 \                      by code in unnamed modules. This compatibility option will\n\
   171 \                      by code in unnamed modules. This compatibility option will\n\
   166 \                      be removed in the next release.\n\
   172 \                      be removed in the next release.\n\
   167 \    --disable-@files  disable further argument file expansion\n\
   173 \    --limit-modules <module name>[,<module name>...]\n\
       
   174 \                      limit the universe of observable modules\n\
   168 \    --patch-module <module>=<file>({0}<file>)*\n\
   175 \    --patch-module <module>=<file>({0}<file>)*\n\
   169 \                      Override or augment a module with classes and resources\n\
   176 \                      override or augment a module with classes and resources\n\
   170 \                      in JAR files or directories.\n\n\
   177 \                      in JAR files or directories.\n\
       
   178 \    --disable-@files  disable further argument file expansion\n\n\
   171 These extra options are subject to change without notice.\n
   179 These extra options are subject to change without notice.\n
   172 
   180 
   173 # Translators please note do not translate the options themselves
   181 # Translators please note do not translate the options themselves
   174 java.launcher.X.macosx.usage=\
   182 java.launcher.X.macosx.usage=\
   175 \n\
   183 \n\
   202     \t{1}
   210     \t{1}
   203 java.launcher.jar.error1=\
   211 java.launcher.jar.error1=\
   204     Error: An unexpected error occurred while trying to open file {0}
   212     Error: An unexpected error occurred while trying to open file {0}
   205 java.launcher.jar.error2=manifest not found in {0}
   213 java.launcher.jar.error2=manifest not found in {0}
   206 java.launcher.jar.error3=no main manifest attribute, in {0}
   214 java.launcher.jar.error3=no main manifest attribute, in {0}
       
   215 java.launcher.jar.error4=error loading java agent in {0}
   207 java.launcher.init.error=initialization error
   216 java.launcher.init.error=initialization error
   208 java.launcher.javafx.error1=\
   217 java.launcher.javafx.error1=\
   209     Error: The JavaFX launchApplication method has the wrong signature, it\n\
   218     Error: The JavaFX launchApplication method has the wrong signature, it\n\
   210     must be declared static and return a value of type void
   219     must be declared static and return a value of type void
   211 java.launcher.module.error1=\
   220 java.launcher.module.error1=\
   213 java.launcher.module.error2=\
   222 java.launcher.module.error2=\
   214     Error: Could not find or load main class {0} in module {1}
   223     Error: Could not find or load main class {0} in module {1}
   215 java.launcher.module.error3=\
   224 java.launcher.module.error3=\
   216     Error: Unable to load main class {0} from module {1}\n\
   225     Error: Unable to load main class {0} from module {1}\n\
   217     \t{2}
   226     \t{2}
   218 
   227 java.launcher.module.error4=\
       
   228     {0} not found