1 # |
1 # |
2 # Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
95 \ -Xfuture enable strictest checks, anticipating future default\n\ |
95 \ -Xfuture enable strictest checks, anticipating future default\n\ |
96 \ -Xrs reduce use of OS signals by Java/VM (see documentation)\n\ |
96 \ -Xrs reduce use of OS signals by Java/VM (see documentation)\n\ |
97 \ -Xcheck:jni perform additional checks for JNI functions\n\ |
97 \ -Xcheck:jni perform additional checks for JNI functions\n\ |
98 \ -Xshare:off do not attempt to use shared class data\n\ |
98 \ -Xshare:off do not attempt to use shared class data\n\ |
99 \ -Xshare:auto use shared class data if possible (default)\n\ |
99 \ -Xshare:auto use shared class data if possible (default)\n\ |
100 \ -Xshare:on require using shared class data, otherwise fail.\n\n\ |
100 \ -Xshare:on require using shared class data, otherwise fail.\n\ |
|
101 \ -XshowSettings show all settings and continue\n\ |
|
102 \ -XshowSettings:all\n\ |
|
103 \ show all settings and continue\n\ |
|
104 \ -XshowSettings:vm show all vm related settings and continue\n\ |
|
105 \ -XshowSettings:properties\n\ |
|
106 \ show all property settings and continue\n\ |
|
107 \ -XshowSettings:locale\n\ |
|
108 \ show all locale related settings and continue\n\n\ |
101 The -X options are non-standard and subject to change without notice.\n |
109 The -X options are non-standard and subject to change without notice.\n |
102 |
110 |
103 java.launcher.cls.error1=\ |
111 java.launcher.cls.error1=\ |
104 Error: Could not find main class {0} |
112 Error: Could not find main class {0} |
105 java.launcher.cls.error2=\ |
113 java.launcher.cls.error2=\ |