< prev index next >

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

Print this page

        

*** 80,104 **** ## All errors are preceded by this string. launcher.error=\ error:\u0020 launcher.err.no.args=\ ! no filename # 0: string launcher.err.invalid.filename=\ ! invalid filename: {0} # 0: path launcher.err.file.not.found=\ ! file not found: {0} launcher.err.compilation.failed=\ compilation failed launcher.err.no.class=\ ! no class declared in file launcher.err.main.not.public.static=\ ''main'' method is not declared ''public static'' launcher.err.main.not.void=\ --- 80,104 ---- ## All errors are preceded by this string. launcher.error=\ error:\u0020 launcher.err.no.args=\ ! no path for source file # 0: string launcher.err.invalid.filename=\ ! invalid path for source file: {0} # 0: path launcher.err.file.not.found=\ ! source file not found: {0} launcher.err.compilation.failed=\ compilation failed launcher.err.no.class=\ ! no class declared in source file launcher.err.main.not.public.static=\ ''main'' method is not declared ''public static'' launcher.err.main.not.void=\
*** 120,130 **** launcher.err.cant.access.main.method=\ can''t access main method in class: {0} # 0: path, 1: object launcher.err.cant.read.file=\ ! error reading file {0}: {1} # 0: string launcher.err.no.value.for.option=\ no value given for option: {0} --- 120,130 ---- launcher.err.cant.access.main.method=\ can''t access main method in class: {0} # 0: path, 1: object launcher.err.cant.read.file=\ ! error reading source file {0}: {1} # 0: string launcher.err.no.value.for.option=\ no value given for option: {0}
< prev index next >