< prev index next >

src/java.base/share/classes/sun/launcher/resources/launcher.properties

Print this page
rev 17241 : [mq]: 8180286-0.patch


  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Translators please note do not translate the options themselves
  27 java.launcher.opt.header  =   Usage: {0} [options] <mainclass> [args...]\n\
  28 \           (to execute a class)\n   or  {0} [options] -jar <jarfile> [args...]\n\
  29 \           (to execute a jar file)\n\
  30 \   or  {0} [options] -m <module>[/<mainclass>] [args...]\n\
  31 \       {0} [options] --module <module>[/<mainclass>] [args...]\n\
  32 \           (to execute the main class in a module)\n\n\
  33 \ Arguments following the main class, -jar <jarfile>, -m or --module\n\
  34 \ <module>/<mainclass> are passed as the arguments to main class.\n\n\
  35 \ where options include:\n\n
  36 
  37 java.launcher.opt.datamodel  =\    -d{0}\t  Deprecated, will be removed in a future release\n
  38 java.launcher.opt.vmselect   =\    {0}\t  to select the "{1}" VM\n
  39 java.launcher.opt.hotspot    =\    {0}\t  is a synonym for the "{1}" VM  [deprecated]\n
  40 
  41 # Translators please note do not translate the options themselves
  42 java.launcher.opt.footer = \
  43 \    -cp <class search path of directories and zip/jar files>\n\
  44 \    -classpath <class search path of directories and zip/jar files>\n\
  45 \    --class-path <class search path of directories and zip/jar files>\n\
  46 \                  A {0} separated list of directories, JAR archives,\n\
  47 \                  and ZIP archives to search for class files.\n\
  48 \    -p <module path>\n\
  49 \    --module-path <module path>...\n\
  50 \                  A {0} separated list of directories, each directory\n\
  51 \                  is a directory of modules.\n\
  52 \    --upgrade-module-path <module path>...\n\
  53 \                  A {0} separated list of directories, each directory\n\
  54 \                  is a directory of modules that replace upgradeable\n\
  55 \                  modules in the runtime image\n\
  56 \    --add-modules <module name>[,<module name>...]\n\
  57 \                  root modules to resolve in addition to the initial module.\n\




  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Translators please note do not translate the options themselves
  27 java.launcher.opt.header  =   Usage: {0} [options] <mainclass> [args...]\n\
  28 \           (to execute a class)\n   or  {0} [options] -jar <jarfile> [args...]\n\
  29 \           (to execute a jar file)\n\
  30 \   or  {0} [options] -m <module>[/<mainclass>] [args...]\n\
  31 \       {0} [options] --module <module>[/<mainclass>] [args...]\n\
  32 \           (to execute the main class in a module)\n\n\
  33 \ Arguments following the main class, -jar <jarfile>, -m or --module\n\
  34 \ <module>/<mainclass> are passed as the arguments to main class.\n\n\
  35 \ where options include:\n\n
  36 

  37 java.launcher.opt.vmselect   =\    {0}\t  to select the "{1}" VM\n
  38 java.launcher.opt.hotspot    =\    {0}\t  is a synonym for the "{1}" VM  [deprecated]\n
  39 
  40 # Translators please note do not translate the options themselves
  41 java.launcher.opt.footer = \
  42 \    -cp <class search path of directories and zip/jar files>\n\
  43 \    -classpath <class search path of directories and zip/jar files>\n\
  44 \    --class-path <class search path of directories and zip/jar files>\n\
  45 \                  A {0} separated list of directories, JAR archives,\n\
  46 \                  and ZIP archives to search for class files.\n\
  47 \    -p <module path>\n\
  48 \    --module-path <module path>...\n\
  49 \                  A {0} separated list of directories, each directory\n\
  50 \                  is a directory of modules.\n\
  51 \    --upgrade-module-path <module path>...\n\
  52 \                  A {0} separated list of directories, each directory\n\
  53 \                  is a directory of modules that replace upgradeable\n\
  54 \                  modules in the runtime image\n\
  55 \    --add-modules <module name>[,<module name>...]\n\
  56 \                  root modules to resolve in addition to the initial module.\n\


< prev index next >