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

Print this page
rev 12497 : 8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung

*** 22,33 **** # or visit www.oracle.com if you need additional information or have any # questions. # # Translators please note do not translate the options themselves ! java.launcher.opt.header = Usage: {0} [-options] class [args...]\n\ ! \ (to execute a class)\n or {0} [-options] -jar jarfile [args...]\n\ \ (to execute a jar file)\n\ where options include:\n java.launcher.opt.datamodel =\ -d{0}\t use a {0}-bit data model if available\n java.launcher.opt.vmselect =\ {0}\t to select the "{1}" VM\n --- 22,33 ---- # or visit www.oracle.com if you need additional information or have any # questions. # # Translators please note do not translate the options themselves ! java.launcher.opt.header = Usage: {0} [options] class [args...]\n\ ! \ (to execute a class)\n or {0} [options] -jar jarfile [args...]\n\ \ (to execute a jar file)\n\ where options include:\n java.launcher.opt.datamodel =\ -d{0}\t use a {0}-bit data model if available\n java.launcher.opt.vmselect =\ {0}\t to select the "{1}" VM\n
*** 66,75 **** --- 66,77 ---- \ load native agent library by full pathname\n\ \ -javaagent:<jarpath>[=<options>]\n\ \ load Java programming language agent, see java.lang.instrument\n\ \ -splash:<imagepath>\n\ \ show splash screen with specified image\n\ + \ @<filepath> read options from the specified file\n\ + See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details. # Translators please note do not translate the options themselves java.launcher.X.usage=\ \ -Xmixed mixed mode execution (default)\n\
*** 100,110 **** \ show all settings and continue\n\ \ -XshowSettings:vm show all vm related settings and continue\n\ \ -XshowSettings:properties\n\ \ show all property settings and continue\n\ \ -XshowSettings:locale\n\ ! \ show all locale related settings and continue\n\n\ The -X options are non-standard and subject to change without notice.\n # Translators please note do not translate the options themselves java.launcher.X.macosx.usage=\ \n\ --- 102,113 ---- \ show all settings and continue\n\ \ -XshowSettings:vm show all vm related settings and continue\n\ \ -XshowSettings:properties\n\ \ show all property settings and continue\n\ \ -XshowSettings:locale\n\ ! \ show all locale related settings and continue\n\ ! \ -Xdisable-@files disable further argument file expansion\n\n\ The -X options are non-standard and subject to change without notice.\n # Translators please note do not translate the options themselves java.launcher.X.macosx.usage=\ \n\