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

Print this page

        

*** 1,7 **** # ! # 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 --- 1,7 ---- # ! # Copyright (c) 1998, 2013, 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
*** 47,67 **** tracing.not.supported=警告: 不再支持跟踪。请使用虚拟机的 -verbose:jni 选项。 # # Usage message. # ! usage=用法: javah [options] <classes>\n\n其中, [options] 包括:\n\n\t-help 输出此帮助消息并退出\n\t-classpath <path> 从中加载类的路径\n\t-bootclasspath <path> 从中加载引导类的路径\n\t-d <dir> 输出目录\n\t-o <file> 输出文件 (只能使用 -d 或 -o 之一)\n\t-jni 生成 JNI 样式的标头文件 (默认值)\n\t-version 输出版本信息\n\t-verbose 启用详细输出\n\t-force 始终写入输出文件\n\n<classes> 是使用其全限定名称指定的,\n(例如 java.lang.Object)。\n main.usage=用法: \n javah [options] <classes>\n其中, [options] 包括: main.opt.o=\ -o <file> 输出文件 (只能使用 -d 或 -o 之一) main.opt.d=\ -d <dir> 输出目录 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 <path> 从中加载类的路径 main.opt.bootclasspath=\ -bootclasspath <path> 从中加载引导类的路径 main.usage.foot=<classes> 是使用其全限定名称指定的\n(例如, java.lang.Object)。 # # Version string. --- 47,68 ---- tracing.not.supported=警告: 不再支持跟踪。请使用虚拟机的 -verbose:jni 选项。 # # Usage message. # ! usage=用法: javah [options] <classes>\n\n其中, [options] 包括:\n\n\t-help 输出此帮助消息并退出\n\t-classpath <path> 从中加载类的路径\n\t-cp <path> 从中加载类的路径\n\t-bootclasspath <path> 从中加载引导类的路径\n\t-d <dir> 输出目录\n\t-o <file> 输出文件 (只能使用 -d 或 -o 之一)\n\t-jni 生成 JNI 样式的标头文件 (默认值)\n\t-version 输出版本信息\n\t-verbose 启用详细输出\n\t-force 始终写入输出文件\n\n<classes> 是使用其全限定名称指定的,\n(例如, java.lang.Object)。\n main.usage=用法: \n javah [options] <classes>\n其中, [options] 包括: main.opt.o=\ -o <file> 输出文件 (只能使用 -d 或 -o 之一) main.opt.d=\ -d <dir> 输出目录 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 <path> 从中加载类的路径 + main.opt.cp=\ -cp <path> 从中加载类的路径 main.opt.bootclasspath=\ -bootclasspath <path> 从中加载引导类的路径 main.usage.foot=<classes> 是使用其全限定名称指定的\n(例如, java.lang.Object)。 # # Version string.