< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 1999, 2018, 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) 1999, 2019, 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
*** 32,42 **** javac.opt.verbose=输出有关编译器正在执行的操作的消息 javac.opt.deprecation=输出使用已过时的 API 的源位置 javac.opt.classpath=指定查找用户类文件和注释处理程序的位置 javac.opt.modulepath=指定查找应用程序模块的位置 javac.opt.sourcepath=指定查找输入源文件的位置 ! javac.opt.m=只编译指定的模块, 请检查时间戳 javac.opt.modulesourcepath=指定查找多个模块的输入源文件的位置 javac.opt.bootclasspath=覆盖引导类文件的位置 javac.opt.system=覆盖系统模块位置 javac.opt.upgrademodulepath=覆盖可升级模块位置 javac.opt.endorseddirs=覆盖签名的标准路径的位置 --- 32,42 ---- javac.opt.verbose=输出有关编译器正在执行的操作的消息 javac.opt.deprecation=输出使用已过时的 API 的源位置 javac.opt.classpath=指定查找用户类文件和注释处理程序的位置 javac.opt.modulepath=指定查找应用程序模块的位置 javac.opt.sourcepath=指定查找输入源文件的位置 ! javac.opt.m=只编译指定的模块,请检查时间戳 javac.opt.modulesourcepath=指定查找多个模块的输入源文件的位置 javac.opt.bootclasspath=覆盖引导类文件的位置 javac.opt.system=覆盖系统模块位置 javac.opt.upgrademodulepath=覆盖可升级模块位置 javac.opt.endorseddirs=覆盖签名的标准路径的位置
*** 64,74 **** javac.opt.arg.class.list=<class1>[,<class2>,<class3>...] javac.opt.arg.flag=<flag> javac.opt.arg.key.equals.value=key[=value] javac.opt.arg.path=<path> javac.opt.arg.mspath=<module-source-path> ! javac.opt.arg.m=<module-name> javac.opt.arg.jdk=<jdk>|none javac.opt.arg.dirs=<dirs> javac.opt.arg.directory=<directory> javac.opt.arg.encoding=<encoding> javac.opt.arg.profile=<profile> --- 64,74 ---- javac.opt.arg.class.list=<class1>[,<class2>,<class3>...] javac.opt.arg.flag=<flag> javac.opt.arg.key.equals.value=key[=value] javac.opt.arg.path=<path> javac.opt.arg.mspath=<module-source-path> ! javac.opt.arg.m=<模块>(,<模块>)* javac.opt.arg.jdk=<jdk>|none javac.opt.arg.dirs=<dirs> javac.opt.arg.directory=<directory> javac.opt.arg.encoding=<encoding> javac.opt.arg.profile=<profile>
< prev index next >