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\ |
|
31 \ (to execute the main class in a module)\n\ |
30 where options include:\n |
32 where options include:\n |
31 |
33 |
32 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 |
33 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 |
34 java.launcher.opt.hotspot =\ {0}\t is a synonym for the "{1}" VM [deprecated]\n |
36 java.launcher.opt.hotspot =\ {0}\t is a synonym for the "{1}" VM [deprecated]\n |
39 # Translators please note do not translate the options themselves |
41 # Translators please note do not translate the options themselves |
40 java.launcher.opt.footer =\ -cp <class search path of directories and zip/jar files>\n\ |
42 java.launcher.opt.footer =\ -cp <class search path of directories and zip/jar files>\n\ |
41 \ -classpath <class search path of directories and zip/jar files>\n\ |
43 \ -classpath <class search path of directories and zip/jar files>\n\ |
42 \ A {0} separated list of directories, JAR archives,\n\ |
44 \ A {0} separated list of directories, JAR archives,\n\ |
43 \ and ZIP archives to search for class files.\n\ |
45 \ and ZIP archives to search for class files.\n\ |
|
46 \ -mp <module path>\n\ |
|
47 \ -modulepath <module path>...\n\ |
|
48 \ A {0} separated list of directories, each directory\n\ |
|
49 \ is a directory of modules.\n\ |
|
50 \ -upgrademodulepath <module path>...\n\ |
|
51 \ A {0} separated list of directories, each directory\n\ |
|
52 \ is a directory of modules that replace upgradeable\n\ |
|
53 \ modules in the runtime image\n\ |
|
54 \ -m <modulename> | <modulename>/<mainclass>\n\ |
|
55 \ the initial or main module to resolve\n\ |
|
56 \ -addmods <modulename>[,<modulename>...]\n\ |
|
57 \ root modules to resolve in addition to the initial module\n\ |
|
58 \ -limitmods <modulename>[,<modulename>...]\n\ |
|
59 \ limit the universe of observable modules\n\ |
|
60 \ -listmods[:<modulename>[,<modulename>...]]\n\ |
|
61 \ list the observable modules and exit\n\ |
44 \ -D<name>=<value>\n\ |
62 \ -D<name>=<value>\n\ |
45 \ set a system property\n\ |
63 \ set a system property\n\ |
46 \ -verbose:[class|gc|jni]\n\ |
64 \ -verbose:[class|gc|jni]\n\ |
47 \ enable verbose output\n\ |
65 \ enable verbose output\n\ |
48 \ -version print product version and exit\n\ |
66 \ -version print product version and exit\n\ |
74 |
92 |
75 # Translators please note do not translate the options themselves |
93 # Translators please note do not translate the options themselves |
76 java.launcher.X.usage=\ |
94 java.launcher.X.usage=\ |
77 \ -Xmixed mixed mode execution (default)\n\ |
95 \ -Xmixed mixed mode execution (default)\n\ |
78 \ -Xint interpreted mode execution only\n\ |
96 \ -Xint interpreted mode execution only\n\ |
79 \ -Xbootclasspath:<directories and zip/jar files separated by {0}>\n\ |
|
80 \ set search path for bootstrap classes and resources\n\ |
|
81 \ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\ |
97 \ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\ |
82 \ append to end of bootstrap class path\n\ |
98 \ append to end of bootstrap class path\n\ |
83 \ -Xbootclasspath/p:<directories and zip/jar files separated by {0}>\n\ |
|
84 \ prepend in front of bootstrap class path\n\ |
|
85 \ -Xdiag show additional diagnostic messages\n\ |
99 \ -Xdiag show additional diagnostic messages\n\ |
|
100 \ -Xdiag:resolver show resolver diagnostic messages\n\ |
86 \ -Xnoclassgc disable class garbage collection\n\ |
101 \ -Xnoclassgc disable class garbage collection\n\ |
87 \ -Xincgc enable incremental garbage collection\n\ |
102 \ -Xincgc enable incremental garbage collection\n\ |
88 \ -Xloggc:<file> log GC status to a file with time stamps\n\ |
103 \ -Xloggc:<file> log GC status to a file with time stamps\n\ |
89 \ -Xbatch disable background compilation\n\ |
104 \ -Xbatch disable background compilation\n\ |
90 \ -Xms<size> set initial Java heap size\n\ |
105 \ -Xms<size> set initial Java heap size\n\ |
103 \ -XshowSettings:vm show all vm related settings and continue\n\ |
118 \ -XshowSettings:vm show all vm related settings and continue\n\ |
104 \ -XshowSettings:properties\n\ |
119 \ -XshowSettings:properties\n\ |
105 \ show all property settings and continue\n\ |
120 \ show all property settings and continue\n\ |
106 \ -XshowSettings:locale\n\ |
121 \ -XshowSettings:locale\n\ |
107 \ show all locale related settings and continue\n\ |
122 \ show all locale related settings and continue\n\ |
|
123 \ -XaddReads:<module>=<other-module>(,<other-module>)*\n\ |
|
124 \ <module> reads other modules,\n\ |
|
125 \ regardless of module declaration\n\ |
|
126 \ -XaddExports:<module>/<package>=<other-module>(,<other-module>)*\n\ |
|
127 \ <module> exports <package> to other modules,\n\ |
|
128 \ regardless of module declaration\n\ |
|
129 \ -Xpatch:<module>=<file>({0}<file>)*\n\ |
|
130 \ Override or augment a module with classes and resources\n\ |
|
131 \ in JAR files or directories\n\ |
108 \ -Xdisable-@files disable further argument file expansion\n\n\ |
132 \ -Xdisable-@files disable further argument file expansion\n\n\ |
109 The -X options are non-standard and subject to change without notice.\n |
133 The -X options are non-standard and subject to change without notice.\n |
110 |
134 |
111 # Translators please note do not translate the options themselves |
135 # Translators please note do not translate the options themselves |
112 java.launcher.X.macosx.usage=\ |
136 java.launcher.X.macosx.usage=\ |
140 java.launcher.jar.error3=no main manifest attribute, in {0} |
164 java.launcher.jar.error3=no main manifest attribute, in {0} |
141 java.launcher.init.error=initialization error |
165 java.launcher.init.error=initialization error |
142 java.launcher.javafx.error1=\ |
166 java.launcher.javafx.error1=\ |
143 Error: The JavaFX launchApplication method has the wrong signature, it\n\ |
167 Error: The JavaFX launchApplication method has the wrong signature, it\n\ |
144 must be declared static and return a value of type void |
168 must be declared static and return a value of type void |
|
169 java.launcher.module.error1=\ |
|
170 module {0} does not have a MainClass attribute, use -m <module>/<main-class> |
|
171 java.launcher.module.error2=\ |
|
172 Error: Could not find or load main class {0} in module {1} |