< prev index next >

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

Print this page

        

*** 78,117 **** # for manipulating this file. For more details, see MessageInfo.java. ## All errors are preceded by this string. launcher.error=错误: ! launcher.err.no.args=无文件名 # 0: string ! launcher.err.invalid.filename=无效的文件名:{0} # 0: path ! launcher.err.file.not.found=找不到文件: {0} launcher.err.compilation.failed=编译失败 ! launcher.err.no.class=在文件中未声明类 launcher.err.main.not.public.static=''main'' 方法未声明 ''public static'' launcher.err.main.not.void=未使用返回类型 ''void'' 声明 ''main'' 方法 # 0: string launcher.err.cant.find.class=找不到类:{0} # 0: string - launcher.err.unexpected.class=在应用程序类路径 {0} 中找到类 - - # 0: string launcher.err.cant.find.main.method=在类 {0} 中找不到 main(String[]) 方法 # 0: string launcher.err.cant.access.main.method=无法访问类 {0} 中的 main 方法 # 0: path, 1: object ! launcher.err.cant.read.file=读取文件 {0} 时出错:{1} # 0: string launcher.err.no.value.for.option=没有为选项 {0} 指定值 # 0: string --- 78,114 ---- # for manipulating this file. For more details, see MessageInfo.java. ## All errors are preceded by this string. launcher.error=错误: ! launcher.err.no.args=无源文件的路径 # 0: string ! launcher.err.invalid.filename=源文件的路径无效:{0} # 0: path ! launcher.err.file.not.found=找不到源文件:{0} launcher.err.compilation.failed=编译失败 ! launcher.err.no.class=在源文件中未声明类 launcher.err.main.not.public.static=''main'' 方法未声明 ''public static'' launcher.err.main.not.void=未使用返回类型 ''void'' 声明 ''main'' 方法 # 0: string launcher.err.cant.find.class=找不到类:{0} # 0: string launcher.err.cant.find.main.method=在类 {0} 中找不到 main(String[]) 方法 # 0: string launcher.err.cant.access.main.method=无法访问类 {0} 中的 main 方法 # 0: path, 1: object ! launcher.err.cant.read.file=读取源文件 {0} 时出错:{1} # 0: string launcher.err.no.value.for.option=没有为选项 {0} 指定值 # 0: string
< prev index next >