< prev index next >

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

Print this page

        

@@ -80,25 +80,25 @@
 ## All errors are preceded by this string.
 launcher.error=\
     error:\u0020
 
 launcher.err.no.args=\
-    no filename
+    no path for source file
 
 # 0: string
 launcher.err.invalid.filename=\
-    invalid filename: {0}
+    invalid path for source file: {0}
 
 # 0: path
 launcher.err.file.not.found=\
-    file not found: {0}
+    source file not found: {0}
 
 launcher.err.compilation.failed=\
     compilation failed
 
 launcher.err.no.class=\
-    no class declared in file
+    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,11 +120,11 @@
 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}
+    error reading source file {0}: {1}
 
 # 0: string
 launcher.err.no.value.for.option=\
     no value given for option: {0}
 
< prev index next >