0N/A#
3909N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A# Translators please note do not translate the options themselves
0N/Ajava.launcher.opt.header = Usage: {0} [-options] class [args...]\n\
0N/A\ (to execute a class)\n or {0} [-options] -jar jarfile [args...]\n\
0N/A\ (to execute a jar file)\n\
0N/Awhere options include:\n
0N/A
0N/Ajava.launcher.opt.datamodel =\ -d{0}\t use a {0}-bit data model if available\n
0N/Ajava.launcher.opt.vmselect =\ {0}\t to select the "{1}" VM\n
0N/Ajava.launcher.opt.hotspot =\ {0}\t is a synonym for the "{1}" VM [deprecated]\n
0N/A
0N/Ajava.launcher.ergo.message1 =\ The default VM is {0}
0N/Ajava.launcher.ergo.message2 =\ because you are running on a server-class machine.\n
0N/A
0N/A# Translators please note do not translate the options themselves
0N/Ajava.launcher.opt.footer =\ -cp <class search path of directories and zip/jar files>\n\
0N/A\ -classpath <class search path of directories and zip/jar files>\n\
0N/A\ A {0} separated list of directories, JAR archives,\n\
0N/A\ and ZIP archives to search for class files.\n\
0N/A\ -D<name>=<value>\n\
0N/A\ set a system property\n\
5270N/A\ -verbose:[class|gc|jni]\n\
0N/A\ enable verbose output\n\
0N/A\ -version print product version and exit\n\
0N/A\ -version:<value>\n\
0N/A\ require the specified version to run\n\
0N/A\ -showversion print product version and continue\n\
2922N/A\ -jre-restrict-search | -no-jre-restrict-search\n\
0N/A\ include/exclude user private JREs in the version search\n\
0N/A\ -? -help print this help message\n\
0N/A\ -X print help on non-standard options\n\
0N/A\ -ea[:<packagename>...|:<classname>]\n\
0N/A\ -enableassertions[:<packagename>...|:<classname>]\n\
0N/A\ enable assertions with specified granularity\n\
0N/A\ -da[:<packagename>...|:<classname>]\n\
0N/A\ -disableassertions[:<packagename>...|:<classname>]\n\
0N/A\ disable assertions with specified granularity\n\
0N/A\ -esa | -enablesystemassertions\n\
0N/A\ enable system assertions\n\
0N/A\ -dsa | -disablesystemassertions\n\
0N/A\ disable system assertions\n\
0N/A\ -agentlib:<libname>[=<options>]\n\
0N/A\ load native agent library <libname>, e.g. -agentlib:hprof\n\
0N/A\ see also, -agentlib:jdwp=help and -agentlib:hprof=help\n\
0N/A\ -agentpath:<pathname>[=<options>]\n\
0N/A\ load native agent library by full pathname\n\
0N/A\ -javaagent:<jarpath>[=<options>]\n\
0N/A\ load Java programming language agent, see java.lang.instrument\n\
0N/A\ -splash:<imagepath>\n\
0N/A\ show splash screen with specified image\n\
4342N/ASee http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
0N/A
0N/A# Translators please note do not translate the options themselves
0N/Ajava.launcher.X.usage=\
0N/A\ -Xmixed mixed mode execution (default)\n\
0N/A\ -Xint interpreted mode execution only\n\
0N/A\ -Xbootclasspath:<directories and zip/jar files separated by {0}>\n\
0N/A\ set search path for bootstrap classes and resources\n\
0N/A\ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
0N/A\ append to end of bootstrap class path\n\
0N/A\ -Xbootclasspath/p:<directories and zip/jar files separated by {0}>\n\
0N/A\ prepend in front of bootstrap class path\n\
3487N/A\ -Xdiag show additional diagnostic messages\n\
0N/A\ -Xnoclassgc disable class garbage collection\n\
0N/A\ -Xincgc enable incremental garbage collection\n\
0N/A\ -Xloggc:<file> log GC status to a file with time stamps\n\
0N/A\ -Xbatch disable background compilation\n\
0N/A\ -Xms<size> set initial Java heap size\n\
0N/A\ -Xmx<size> set maximum Java heap size\n\
0N/A\ -Xss<size> set java thread stack size\n\
0N/A\ -Xprof output cpu profiling data\n\
0N/A\ -Xfuture enable strictest checks, anticipating future default\n\
0N/A\ -Xrs reduce use of OS signals by Java/VM (see documentation)\n\
0N/A\ -Xcheck:jni perform additional checks for JNI functions\n\
0N/A\ -Xshare:off do not attempt to use shared class data\n\
0N/A\ -Xshare:auto use shared class data if possible (default)\n\
3131N/A\ -Xshare:on require using shared class data, otherwise fail.\n\
3131N/A\ -XshowSettings show all settings and continue\n\
3131N/A\ -XshowSettings:all\n\
3131N/A\ show all settings and continue\n\
3131N/A\ -XshowSettings:vm show all vm related settings and continue\n\
3131N/A\ -XshowSettings:properties\n\
3131N/A\ show all property settings and continue\n\
3131N/A\ -XshowSettings:locale\n\
3131N/A\ show all locale related settings and continue\n\n\
0N/AThe -X options are non-standard and subject to change without notice.\n
647N/A
4683N/A# Translators please note do not translate the options themselves
4683N/Ajava.launcher.X.macosx.usage=\
4683N/A\n\
4683N/AThe following options are Mac OS X specific:\n\
4683N/A\ -XstartOnFirstThread\n\
4683N/A\ run the main() method on the first (AppKit) thread\n\
4683N/A\ -Xdock:name=<application name>"\n\
4683N/A\ override default application name displayed in dock\n\
4683N/A\ -Xdock:icon=<path to icon file>\n\
4683N/A\ override default icon displayed in dock\n\n
4683N/A
647N/Ajava.launcher.cls.error1=\
3487N/A Error: Could not find or load main class {0}
647N/Ajava.launcher.cls.error2=\
647N/A Error: Main method is not {0} in class {1}, please define the main method as:\n\
647N/A\ public static void main(String[] args)
647N/Ajava.launcher.cls.error3=\
647N/A Error: Main method must return a value of type void in class {0}, please \n\
647N/A define the main method as:\n\
647N/A\ public static void main(String[] args)
647N/Ajava.launcher.cls.error4=\
647N/A Error: Main method not found in class {0}, please define the main method as:\n\
647N/A\ public static void main(String[] args)
3487N/Ajava.launcher.jar.error1=\
3487N/A Error: An unexpected error occurred while trying to open file {0}
3487N/Ajava.launcher.jar.error2=manifest not found in {0}
3487N/Ajava.launcher.jar.error3=no main manifest attribute, in {0}
5270N/Ajava.launcher.init.error=initialization error