equal
deleted
inserted
replaced
80 ## All errors are preceded by this string. |
80 ## All errors are preceded by this string. |
81 launcher.error=\ |
81 launcher.error=\ |
82 error:\u0020 |
82 error:\u0020 |
83 |
83 |
84 launcher.err.no.args=\ |
84 launcher.err.no.args=\ |
85 no filename |
85 no path for source file |
86 |
86 |
87 # 0: string |
87 # 0: string |
88 launcher.err.invalid.filename=\ |
88 launcher.err.invalid.filename=\ |
89 invalid filename: {0} |
89 invalid path for source file: {0} |
90 |
90 |
91 # 0: path |
91 # 0: path |
92 launcher.err.file.not.found=\ |
92 launcher.err.file.not.found=\ |
93 file not found: {0} |
93 source file not found: {0} |
94 |
94 |
95 launcher.err.compilation.failed=\ |
95 launcher.err.compilation.failed=\ |
96 compilation failed |
96 compilation failed |
97 |
97 |
98 launcher.err.no.class=\ |
98 launcher.err.no.class=\ |
99 no class declared in file |
99 no class declared in source file |
100 |
100 |
101 launcher.err.main.not.public.static=\ |
101 launcher.err.main.not.public.static=\ |
102 ''main'' method is not declared ''public static'' |
102 ''main'' method is not declared ''public static'' |
103 |
103 |
104 launcher.err.main.not.void=\ |
104 launcher.err.main.not.void=\ |
120 launcher.err.cant.access.main.method=\ |
120 launcher.err.cant.access.main.method=\ |
121 can''t access main method in class: {0} |
121 can''t access main method in class: {0} |
122 |
122 |
123 # 0: path, 1: object |
123 # 0: path, 1: object |
124 launcher.err.cant.read.file=\ |
124 launcher.err.cant.read.file=\ |
125 error reading file {0}: {1} |
125 error reading source file {0}: {1} |
126 |
126 |
127 # 0: string |
127 # 0: string |
128 launcher.err.no.value.for.option=\ |
128 launcher.err.no.value.for.option=\ |
129 no value given for option: {0} |
129 no value given for option: {0} |
130 |
130 |