author | vromero |
Thu, 04 Jul 2013 10:35:33 +0100 | |
changeset 18898 | 0eab5f5e3d1d |
parent 7078 | 17f1f2bdcb46 |
permissions | -rw-r--r-- |
10 | 1 |
# |
18898
0eab5f5e3d1d
8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents:
7078
diff
changeset
|
2 |
# Copyright (c) 1998, 2013, 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}. |
38 |
old.jni.mixed=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
39 |
Can''t mix options -jni and -old. Try -help. |
10 | 40 |
old.llni.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 -old and -llni. Try -help. |
10 | 42 |
old.not.supported=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
43 |
Option -old not supported by this version of javah. |
10 | 44 |
invalid.method.signature=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
45 |
Invalid method signature: {0} |
10 | 46 |
jni.llni.mixed=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
47 |
Can''t mix options -jni and -llni. Try -help. |
10 | 48 |
jni.no.stubs=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
49 |
JNI does not require stubs, please refer to the JNI documentation. |
6930 | 50 |
jni.sigerror=\ |
51 |
Cannot determine signature for {0} |
|
10 | 52 |
dir.file.mixed=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
53 |
Can''t mix options -d and -o. Try -help. |
10 | 54 |
no.classes.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
55 |
No classes were specified on the command line. Try -help. |
10 | 56 |
no.outputfile.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
57 |
No outputfile was specified on the command line. Try -help. |
10 | 58 |
no.outputdir.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
59 |
No output directory was specified on the command line. Try -help. |
10 | 60 |
no.classpath.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
61 |
No classpath was specified on the command line. Try -help. |
10 | 62 |
no.bootclasspath.specified=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
63 |
No bootclasspath was specified on the command line. Try -help. |
10 | 64 |
unknown.option=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
65 |
{0} is an illegal argument\n |
10 | 66 |
tracing.not.supported=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
67 |
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
|
68 |
-verbose:jni option of the virtual machine. |
10 | 69 |
|
70 |
# |
|
71 |
# Usage message. |
|
72 |
# |
|
73 |
usage=\ |
|
74 |
Usage: javah [options] <classes>\n\ |
|
75 |
\n\ |
|
76 |
where [options] include:\n\ |
|
77 |
\n\t\ |
|
78 |
-help Print this help message and exit\n\t\ |
|
79 |
-classpath <path> Path from which to load classes\n\t\ |
|
18898
0eab5f5e3d1d
8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents:
7078
diff
changeset
|
80 |
-cp <path> Path from which to load classes\n\t\ |
10 | 81 |
-bootclasspath <path> Path from which to load bootstrap classes\n\t\ |
82 |
-d <dir> Output directory\n\t\ |
|
83 |
-o <file> Output file (only one of -d or -o may be used)\n\t\ |
|
84 |
-jni Generate JNI-style header file (default)\n\t\ |
|
85 |
-version Print version information\n\t\ |
|
86 |
-verbose Enable verbose output\n\t\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
87 |
-force Always write output files\n\ |
10 | 88 |
\n\ |
89 |
<classes> are specified with their fully qualified names (for\n\ |
|
90 |
instance, java.lang.Object).\n |
|
91 |
||
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
92 |
main.usage=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
93 |
Usage: \n\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
94 |
\ javah [options] <classes>\n\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
95 |
where [options] include: |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
96 |
main.opt.o=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
97 |
\ -o <file> Output file (only one of -d or -o may be used) |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
98 |
main.opt.d=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
99 |
\ -d <dir> Output directory |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
100 |
main.opt.v=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
101 |
\ -v -verbose Enable verbose output |
6927
5bc46d9ca5b9
6990390: javah -help produces help screen with extraneous output
jjg
parents:
6715
diff
changeset
|
102 |
main.opt.h=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
103 |
\ -h --help -? Print this message |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
104 |
main.opt.version=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
105 |
\ -version Print version information |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
106 |
main.opt.jni=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
107 |
\ -jni Generate JNI-style header file (default) |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
108 |
main.opt.force=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
109 |
\ -force Always write output files |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
110 |
main.opt.classpath=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
111 |
\ -classpath <path> Path from which to load classes |
18898
0eab5f5e3d1d
8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents:
7078
diff
changeset
|
112 |
main.opt.cp=\ |
0eab5f5e3d1d
8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents:
7078
diff
changeset
|
113 |
\ -cp <path> Path from which to load classes |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
114 |
main.opt.bootclasspath=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
115 |
\ -bootclasspath <path> Path from which to load bootstrap classes |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
116 |
main.usage.foot=\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
117 |
<classes> are specified with their fully qualified names\n\ |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
118 |
(for example, java.lang.Object). |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
119 |
|
10 | 120 |
# |
121 |
# Version string. |
|
122 |
# |
|
6715 | 123 |
javah.version={0} version "{1}" |
124 |
javah.fullVersion={0} full version "{1}" |
|
10 | 125 |
|
126 |
# |
|
127 |
# These should have better diagnostics. |
|
128 |
# |
|
129 |
super.class.not.found=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
130 |
A required super class {0} could not be found. |
10 | 131 |
class.not.found=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
132 |
Class {0} could not be found. |
10 | 133 |
io.exception=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
134 |
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
|
135 |
{0}. |
10 | 136 |
|
137 |
# |
|
138 |
# Problems in the guts of javah. |
|
139 |
# |
|
140 |
encoding.iso8859_1.not.found=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
141 |
ISO8859_1 converter was not found for output. This is \ |
10 | 142 |
probably due to an error in the installation installation. |
143 |
tried.to.define.non.static=\ |
|
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
144 |
Tried to generate #define for non-static field. |
10 | 145 |
jni.unknown.type=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
146 |
An unknown type encountered (JNI). |
10 | 147 |
unknown.array.type=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
148 |
An unknown array type encountered when generating old style headers. |
10 | 149 |
unknown.type.for.field=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
150 |
An unknown type encountered when generating old style headers. |
10 | 151 |
unknown.type.in.method.signature=\ |
3996
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
152 |
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
|
153 |
|
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
154 |
|
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
155 |
err.prefix=Error: |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
156 |
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
|
157 |
err.internal.error=Internal error: {0} |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
158 |
err.ioerror=IO error: {0} |
dc676a9093b3
6572945: javah should be written as an annotation processor, not a doclet
jjg
parents:
10
diff
changeset
|
159 |
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
|
160 |
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
|
161 |
err.unknown.option=unknown option: {0} |