src/share/classes/com/sun/tools/javah/resources/l10n.properties

Thu, 31 Aug 2017 15:17:03 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:17:03 +0800
changeset 2525
2eb010b6cb22
parent 1885
d6158f8d7235
parent 0
959103a6100f
permissions
-rw-r--r--

merge

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 #
aoqi@0 27 # User errors, command line errors.
aoqi@0 28 #
aoqi@0 29 cant.create.dir=\
aoqi@0 30 The directory {0} could not be create for output.
aoqi@0 31 at.args.cant.read=\
aoqi@0 32 Can''t read command line arguments from file {1}.
aoqi@0 33 at.args.file.not.found=\
aoqi@0 34 Can''t find file {0}.
aoqi@0 35 at.args.io.exception=\
aoqi@0 36 The following I/O problem was encountered when processing an @ \
aoqi@0 37 argument on the command line: {0}.
aoqi@0 38 old.jni.mixed=\
aoqi@0 39 Can''t mix options -jni and -old. Try -help.
aoqi@0 40 old.llni.mixed=\
aoqi@0 41 Can''t mix options -old and -llni. Try -help.
aoqi@0 42 old.not.supported=\
aoqi@0 43 Option -old not supported by this version of javah.
aoqi@0 44 invalid.method.signature=\
aoqi@0 45 Invalid method signature: {0}
aoqi@0 46 jni.llni.mixed=\
aoqi@0 47 Can''t mix options -jni and -llni. Try -help.
aoqi@0 48 jni.no.stubs=\
aoqi@0 49 JNI does not require stubs, please refer to the JNI documentation.
aoqi@0 50 jni.sigerror=\
aoqi@0 51 Cannot determine signature for {0}
aoqi@0 52 dir.file.mixed=\
aoqi@0 53 Can''t mix options -d and -o. Try -help.
aoqi@0 54 no.classes.specified=\
aoqi@0 55 No classes were specified on the command line. Try -help.
aoqi@0 56 no.outputfile.specified=\
aoqi@0 57 No outputfile was specified on the command line. Try -help.
aoqi@0 58 no.outputdir.specified=\
aoqi@0 59 No output directory was specified on the command line. Try -help.
aoqi@0 60 no.classpath.specified=\
aoqi@0 61 No classpath was specified on the command line. Try -help.
aoqi@0 62 no.bootclasspath.specified=\
aoqi@0 63 No bootclasspath was specified on the command line. Try -help.
aoqi@0 64 unknown.option=\
aoqi@0 65 {0} is an illegal argument\n
aoqi@0 66 tracing.not.supported=\
aoqi@0 67 Warning: Tracing is no longer supported. Instead, use\
aoqi@0 68 -verbose:jni option of the virtual machine.
aoqi@0 69
aoqi@0 70 #
aoqi@0 71 # Usage message.
aoqi@0 72 #
aoqi@0 73 usage=\
aoqi@0 74 Usage: javah [options] <classes>\n\
aoqi@0 75 \n\
aoqi@0 76 where [options] include:\n\
aoqi@0 77 \n\t\
aoqi@0 78 -help Print this help message and exit\n\t\
aoqi@0 79 -classpath <path> Path from which to load classes\n\t\
aoqi@0 80 -cp <path> Path from which to load classes\n\t\
aoqi@0 81 -bootclasspath <path> Path from which to load bootstrap classes\n\t\
aoqi@0 82 -d <dir> Output directory\n\t\
aoqi@0 83 -o <file> Output file (only one of -d or -o may be used)\n\t\
aoqi@0 84 -jni Generate JNI-style header file (default)\n\t\
aoqi@0 85 -version Print version information\n\t\
aoqi@0 86 -verbose Enable verbose output\n\t\
aoqi@0 87 -force Always write output files\n\
aoqi@0 88 \n\
aoqi@0 89 <classes> are specified with their fully qualified names (for\n\
aoqi@0 90 instance, java.lang.Object).\n
aoqi@0 91
aoqi@0 92 main.usage=\
aoqi@0 93 Usage: \n\
aoqi@0 94 \ javah [options] <classes>\n\
aoqi@0 95 where [options] include:
aoqi@0 96 main.opt.o=\
aoqi@0 97 \ -o <file> Output file (only one of -d or -o may be used)
aoqi@0 98 main.opt.d=\
aoqi@0 99 \ -d <dir> Output directory
aoqi@0 100 main.opt.v=\
aoqi@0 101 \ -v -verbose Enable verbose output
aoqi@0 102 main.opt.h=\
aoqi@0 103 \ -h --help -? Print this message
aoqi@0 104 main.opt.version=\
aoqi@0 105 \ -version Print version information
aoqi@0 106 main.opt.jni=\
aoqi@0 107 \ -jni Generate JNI-style header file (default)
aoqi@0 108 main.opt.force=\
aoqi@0 109 \ -force Always write output files
aoqi@0 110 main.opt.classpath=\
aoqi@0 111 \ -classpath <path> Path from which to load classes
aoqi@0 112 main.opt.cp=\
aoqi@0 113 \ -cp <path> Path from which to load classes
aoqi@0 114 main.opt.bootclasspath=\
aoqi@0 115 \ -bootclasspath <path> Path from which to load bootstrap classes
aoqi@0 116 main.usage.foot=\
aoqi@0 117 <classes> are specified with their fully qualified names\n\
aoqi@0 118 (for example, java.lang.Object).
aoqi@0 119
aoqi@0 120 #
aoqi@0 121 # Version string.
aoqi@0 122 #
aoqi@0 123 javah.version={0} version "{1}"
aoqi@0 124 javah.fullVersion={0} full version "{1}"
aoqi@0 125
aoqi@0 126 #
aoqi@0 127 # These should have better diagnostics.
aoqi@0 128 #
aoqi@0 129 super.class.not.found=\
aoqi@0 130 A required super class {0} could not be found.
aoqi@0 131 class.not.found=\
aoqi@0 132 Class {0} could not be found.
aoqi@0 133 io.exception=\
aoqi@0 134 Can''t recover from an I/O error with the following message: \
aoqi@0 135 {0}.
aoqi@0 136
aoqi@0 137 #
aoqi@0 138 # Problems in the guts of javah.
aoqi@0 139 #
aoqi@0 140 encoding.iso8859_1.not.found=\
aoqi@0 141 ISO8859_1 converter was not found for output. This is \
aoqi@0 142 probably due to an error in the installation installation.
aoqi@0 143 tried.to.define.non.static=\
aoqi@0 144 Tried to generate #define for non-static field.
aoqi@0 145 jni.unknown.type=\
aoqi@0 146 An unknown type encountered (JNI).
aoqi@0 147 unknown.array.type=\
aoqi@0 148 An unknown array type encountered when generating old style headers.
aoqi@0 149 unknown.type.for.field=\
aoqi@0 150 An unknown type encountered when generating old style headers.
aoqi@0 151 unknown.type.in.method.signature=\
aoqi@0 152 An unknown type eccountered when generating old style stubs.
aoqi@0 153
aoqi@0 154
aoqi@0 155 err.prefix=Error:
aoqi@0 156 err.cant.use.option.for.fm=Can't use {0} option with given file manager
aoqi@0 157 err.internal.error=Internal error: {0}
aoqi@0 158 err.ioerror=IO error: {0}
aoqi@0 159 err.missing.arg=value missing for {0}
aoqi@0 160 err.no.classes.specified=no classes specified
aoqi@0 161 err.unknown.option=unknown option: {0}

mercurial