author | jjg |
Wed, 10 Aug 2016 15:47:46 -0700 | |
changeset 40308 | 274367a99f98 |
parent 38605 | 72ca5671f3e6 |
permissions | -rw-r--r-- |
10 | 1 |
# |
36526 | 2 |
# Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved. |
10 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
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 |
|
5520 | 7 |
# published by the Free Software Foundation. Oracle designates this |
10 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5520 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
10 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
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 |
# |
|
5520 | 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. |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
24 |
# |
10 | 25 |
|
26 |
# |
|
27 |
# User errors, command line errors. |
|
28 |
# |
|
29 |
cant.create.dir=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
30 |
The directory {0} could not be create for output. |
10 | 31 |
at.args.cant.read=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
32 |
Can''t read command line arguments from file {1}. |
7078
17f1f2bdcb46
6994608: javah no longer accepts parameter files as input
jjg
parents:
6930
diff
changeset
|
33 |
at.args.file.not.found=\ |
17f1f2bdcb46
6994608: javah no longer accepts parameter files as input
jjg
parents:
6930
diff
changeset
|
34 |
Can''t find file {0}. |
10 | 35 |
at.args.io.exception=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
36 |
The following I/O problem was encountered when processing an @ \ |
10 | 37 |
argument on the command line: {0}. |
36526 | 38 |
bad.arg=\ |
39 |
Bad argument: {0} |
|
10 | 40 |
old.jni.mixed=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
41 |
Can''t mix options -jni and -old. Try -help. |
10 | 42 |
old.llni.mixed=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
43 |
Can''t mix options -old and -llni. Try -help. |
10 | 44 |
old.not.supported=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
45 |
Option -old not supported by this version of javah. |
10 | 46 |
invalid.method.signature=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
47 |
Invalid method signature: {0} |
10 | 48 |
jni.llni.mixed=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
49 |
Can''t mix options -jni and -llni. Try -help. |
10 | 50 |
jni.no.stubs=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
51 |
JNI does not require stubs, please refer to the JNI documentation. |
6930 | 52 |
jni.sigerror=\ |
53 |
Cannot determine signature for {0} |
|
10 | 54 |
dir.file.mixed=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
55 |
Can''t mix options -d and -o. Try -help. |
10 | 56 |
no.classes.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
57 |
No classes were specified on the command line. Try -help. |
10 | 58 |
no.outputfile.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
59 |
No outputfile was specified on the command line. Try -help. |
10 | 60 |
no.outputdir.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
61 |
No output directory was specified on the command line. Try -help. |
10 | 62 |
no.classpath.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
63 |
No classpath was specified on the command line. Try -help. |
10 | 64 |
no.bootclasspath.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
65 |
No bootclasspath was specified on the command line. Try -help. |
10 | 66 |
unknown.option=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
67 |
{0} is an illegal argument\n |
10 | 68 |
tracing.not.supported=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
69 |
Warning: Tracing is no longer supported. Instead, use\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
70 |
-verbose:jni option of the virtual machine. |
10 | 71 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
72 |
main.usage=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
73 |
Usage: \n\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
74 |
\ javah [options] <classes>\n\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
75 |
where [options] include: |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
76 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
77 |
main.opt.o=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
78 |
\ -o <file> Output file (only one of -d or -o may be used) |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
79 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
80 |
main.opt.d=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
81 |
\ -d <dir> Output directory |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
82 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
83 |
main.opt.v=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
84 |
\ -v -verbose Enable verbose output |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
85 |
|
6927
5bc46d9ca5b9
6990390: javah -help produces help screen with extraneous output
jjg
parents:
6715
diff
changeset
|
86 |
main.opt.h=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
87 |
\ -h --help -? Print this message |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
88 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
89 |
main.opt.version=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
90 |
\ -version Print version information |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
91 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
92 |
main.opt.jni=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
93 |
\ -jni Generate JNI-style header file (default) |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
94 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
95 |
main.opt.force=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
96 |
\ -force Always write output files |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
97 |
|
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
98 |
main.opt.module_path=\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
99 |
\ --module-path <path> Path from which to load application modules |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
100 |
|
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
101 |
main.opt.upgrade_module_path=\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
102 |
\ --upgrade_module-path <path> Path from which to load application modules |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
103 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
104 |
main.opt.classpath=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
105 |
\ -classpath <path> Path from which to load classes |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
106 |
|
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
107 |
main.opt.class_path=\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
108 |
\ --class-path <path> Path from which to load classes |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
109 |
|
18898
0eab5f5e3d1d
8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents:
7078
diff
changeset
|
110 |
main.opt.cp=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
111 |
\ -cp <path> Path from which to load classes |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
112 |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
113 |
main.opt.bootclasspath=\ |
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
114 |
\ -bootclasspath <path> Path from which to load bootstrap classes |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
115 |
|
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
116 |
main.opt.system=\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
117 |
\ --system <jdk> Specify where to find system modules |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
118 |
|
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
119 |
main.usage.foot=\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
120 |
GNU-style options may use '=' instead whitespace to separate the name of an option\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
121 |
from its value.\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
122 |
\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
123 |
Each class must be specified by its fully qualified names, optionally\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
124 |
prefixed by a module name followed by '/'. Examples:\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
125 |
\ java.lang.Object\n\ |
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
38605
diff
changeset
|
126 |
\ java.base/java.io.File\n\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
127 |
|
10 | 128 |
# |
129 |
# Version string. |
|
130 |
# |
|
6715 | 131 |
javah.version={0} version "{1}" |
132 |
javah.fullVersion={0} full version "{1}" |
|
10 | 133 |
|
134 |
# |
|
135 |
# These should have better diagnostics. |
|
136 |
# |
|
137 |
super.class.not.found=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
138 |
A required super class {0} could not be found. |
10 | 139 |
class.not.found=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
140 |
Class {0} could not be found. |
10 | 141 |
io.exception=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
142 |
Can''t recover from an I/O error with the following message: \ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
143 |
{0}. |
10 | 144 |
|
145 |
# |
|
146 |
# Problems in the guts of javah. |
|
147 |
# |
|
148 |
encoding.iso8859_1.not.found=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
149 |
ISO8859_1 converter was not found for output. This is \ |
10 | 150 |
probably due to an error in the installation installation. |
151 |
tried.to.define.non.static=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
152 |
Tried to generate #define for non-static field. |
10 | 153 |
jni.unknown.type=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
154 |
An unknown type encountered (JNI). |
10 | 155 |
unknown.array.type=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
156 |
An unknown array type encountered when generating old style headers. |
10 | 157 |
unknown.type.for.field=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
158 |
An unknown type encountered when generating old style headers. |
10 | 159 |
unknown.type.in.method.signature=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
160 |
An unknown type eccountered when generating old style stubs. |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
161 |
|
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
162 |
|
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
163 |
err.prefix=Error: |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
164 |
err.cant.use.option.for.fm=Can't use {0} option with given file manager |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
165 |
err.internal.error=Internal error: {0} |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
166 |
err.ioerror=IO error: {0} |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
167 |
err.missing.arg=value missing for {0} |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
168 |
err.no.classes.specified=no classes specified |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
169 |
err.unknown.option=unknown option: {0} |
38605 | 170 |
|
171 |
# |
|
172 |
# miscellaneous strings |
|
173 |
# |
|
174 |
javah.misc.Deprecation=\ |
|
175 |
\nWarning:\u0020The javah tool is planned to be removed in the next major\n\ |
|
176 |
JDK release. The tool has been superseded by the ''-h'' option added\n\ |
|
177 |
to javac in JDK 8. Users are recommended to migrate to using the\n\ |
|
178 |
javac ''-h'' option; see the javac man page for more information.\n |