# # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # # # User errors, command line errors. # cant.create.dir=无法为输出创建目录 {0}。 at.args.cant.read=无法从文件{1}中读取命令行参数。 at.args.file.not.found=找不到文件{0}。 at.args.io.exception=处理命令行中的 @ 参数时, 遇到以下 I/O 问题: {0}。 old.jni.mixed=不能混用选项 -jni 和 -old。请尝试使用 -help。 old.llni.mixed=不能混用选项 -old 和 -llni。请尝试使用 -help。 old.not.supported=此版本的 javah 不支持选项 -old。 invalid.method.signature=无效的方法签名: {0} jni.llni.mixed=不能混用选项 -jni 和 -llni。请尝试使用 -help。 jni.no.stubs=JNI 不需要存根, 请参阅 JNI 文档。 jni.sigerror=无法确定{0}的签名 dir.file.mixed=不能混用选项 -d 和 -o。请尝试使用 -help。 no.classes.specified=未在命令行中指定任何类。请尝试使用 -help。 no.outputfile.specified=未在命令行中指定任何输出文件。请尝试使用 -help。 no.outputdir.specified=未在命令行中指定任何输出目录。请尝试使用 -help。 no.classpath.specified=未在命令行中指定任何类路径。请尝试使用 -help。 no.bootclasspath.specified=未在命令行中指定任何引导类路径。请尝试使用 -help。 unknown.option={0}是非法参数\n tracing.not.supported=警告: 不再支持跟踪。请使用虚拟机的 -verbose:jni 选项。 # # Usage message. # usage=用法: javah [options] \n\n其中, [options] 包括:\n\n\t-help 输出此帮助消息并退出\n\t-classpath 从中加载类的路径\n\t-bootclasspath 从中加载引导类的路径\n\t-d 输出目录\n\t-o 输出文件 (只能使用 -d 或 -o 之一)\n\t-jni 生成 JNI 样式的标头文件 (默认值)\n\t-version 输出版本信息\n\t-verbose 启用详细输出\n\t-force 始终写入输出文件\n\n 是使用其全限定名称指定的,\n(例如 java.lang.Object)。\n main.usage=用法: \n javah [options] \n其中, [options] 包括: main.opt.o=\ -o 输出文件 (只能使用 -d 或 -o 之一) main.opt.d=\ -d 输出目录 main.opt.v=\ -v -verbose 启用详细输出 main.opt.h=\ -h --help -? 输出此消息 main.opt.version=\ -version 输出版本信息 main.opt.jni=\ -jni 生成 JNI 样式的标头文件 (默认值) main.opt.force=\ -force 始终写入输出文件 main.opt.classpath=\ -classpath 从中加载类的路径 main.opt.bootclasspath=\ -bootclasspath 从中加载引导类的路径 main.usage.foot= 是使用其全限定名称指定的\n(例如, java.lang.Object)。 # # Version string. # javah.version={0}版本 "{1}" javah.fullVersion={0}完整版本 "{1}" # # These should have better diagnostics. # super.class.not.found=找不到所需的超类{0}。 class.not.found=找不到类{0}。 io.exception=无法从 I/O 错误中恢复, 消息为: {0}。 # # Problems in the guts of javah. # encoding.iso8859_1.not.found=找不到用于输出的 ISO8859_1 转换器。这可能是因为安装过程中出现了错误。 tried.to.define.non.static=尝试为非静态字段生成 #define。 jni.unknown.type=遇到未知类型 (JNI)。 unknown.array.type=生成旧样式的标头时遇到未知的数组类型。 unknown.type.for.field=生成旧样式的标头时遇到未知的类型。 unknown.type.in.method.signature=生成旧样式的存根时遇到未知的类型。 err.prefix=错误: err.cant.use.option.for.fm=不能将{0}选项与给定的文件管理器一起使用 err.internal.error=内部错误: {0} err.ioerror=IO 错误: {0} err.missing.arg={0}缺少值 err.no.classes.specified=未指定类 err.unknown.option=未知选项: {0}