jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties
changeset 37779 7c84df693837
parent 36511 9d0388c6b336
child 38349 9bdb1e62c552
equal deleted inserted replaced
37662:ec60c3290242 37779:7c84df693837
    25 
    25 
    26 # Translators please note do not translate the options themselves
    26 # Translators please note do not translate the options themselves
    27 java.launcher.opt.header  =   Usage: {0} [options] class [args...]\n\
    27 java.launcher.opt.header  =   Usage: {0} [options] class [args...]\n\
    28 \           (to execute a class)\n   or  {0} [options] -jar jarfile [args...]\n\
    28 \           (to execute a class)\n   or  {0} [options] -jar jarfile [args...]\n\
    29 \           (to execute a jar file)\n\
    29 \           (to execute a jar file)\n\
    30 \   or  {0} [-options] -mp <modulepath> -m <modulename> | <modulename>/<mainclass>\n\
    30 \   or  {0} [options] -mp <modulepath> -m <modulename>[/<mainclass>] [args...]\n\
    31 \           (to execute the main class in a module)\n\
    31 \           (to execute the main class in a module)\n\
    32 where options include:\n
    32 where options include:\n
    33 
    33 
    34 java.launcher.opt.datamodel  =\    -d{0}\t  use a {0}-bit data model if available\n
    34 java.launcher.opt.datamodel  =\    -d{0}\t  use a {0}-bit data model if available\n
    35 java.launcher.opt.vmselect   =\    {0}\t  to select the "{1}" VM\n
    35 java.launcher.opt.vmselect   =\    {0}\t  to select the "{1}" VM\n
    49 \                  is a directory of modules.\n\
    49 \                  is a directory of modules.\n\
    50 \    -upgrademodulepath <module path>...\n\
    50 \    -upgrademodulepath <module path>...\n\
    51 \                  A {0} separated list of directories, each directory\n\
    51 \                  A {0} separated list of directories, each directory\n\
    52 \                  is a directory of modules that replace upgradeable\n\
    52 \                  is a directory of modules that replace upgradeable\n\
    53 \                  modules in the runtime image\n\
    53 \                  modules in the runtime image\n\
    54 \    -m <modulename> | <modulename>/<mainclass>\n\
    54 \    -m <modulename>[/<mainclass>]\n\
    55 \                  the initial or main module to resolve\n\
    55 \                  the initial module to resolve, and the name of the main class\n\
       
    56 \                  to execute if not specified by the module\n\
    56 \    -addmods <modulename>[,<modulename>...]\n\
    57 \    -addmods <modulename>[,<modulename>...]\n\
    57 \                  root modules to resolve in addition to the initial module\n\
    58 \                  root modules to resolve in addition to the initial module\n\
    58 \    -limitmods <modulename>[,<modulename>...]\n\
    59 \    -limitmods <modulename>[,<modulename>...]\n\
    59 \                  limit the universe of observable modules\n\
    60 \                  limit the universe of observable modules\n\
    60 \    -listmods[:<modulename>[,<modulename>...]]\n\
    61 \    -listmods[:<modulename>[,<modulename>...]]\n\