1 # Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 3 #
 4 # This code is free software; you can redistribute it and/or modify it
 5 # under the terms of the GNU General Public License version 2 only, as
 6 # published by the Free Software Foundation.
 7 #
 8 # This code is distributed in the hope that it will be useful, but WITHOUT
 9 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
11 # version 2 for more details (a copy is included in the LICENSE file that
12 # accompanied this code).
13 #
14 # You should have received a copy of the GNU General Public License version
15 # 2 along with this work; if not, write to the Free Software Foundation,
16 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17 #
18 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
19 # or visit www.oracle.com if you need additional information or have any
20 # questions.
21 
22 jcoder.usage=\
23 Usage: java -jar asmtools.jar jcoder [options] file.jcod...\n\
24 where possible options include:
25 
26 jcoder.opt.nowrite=\
27 \     -nowrite     do not write resulting .class files
28 jcoder.opt.ignore=\
29 \     -ignore      ingore non-fatal error(s) that suppress writing .class files
30 jcoder.opt.d=\
31 \     -d destdir   directory to place resulting .class files
32 jcoder.opt.version=\
33 \     -version     prints the program version
34 
35 jcoder.error.D_needs_macro=-D needs macro declaration
36 jcoder.error.no_closing_quota=no closing quota in macro definition
37 jcoder.error.d_requires_argument=-d requires argument
38 jcoder.error.does_not_exist={0} does not exist
39 jcoder.error.invalid_option=invalid option: {0}
40 jcoder.error.cannot_read=cannot read {0}
41 jcoder.error.cannot_write=cannot write {0}
42 jcoder.error.fatal_error=fatal error
43 jcoder.error.fatal_exception=fatal exception
44 
45 err.eof.in.comment=Comment not terminated at end of input.
46 err.invalid.number=Invalid character '%s' in number.
47 #err.invalid.octal.number=Invalid character in octal number.
48 err.overflow=Numeric overflow.
49 #err.float.format=Invalid floating point format.
50 err.eof.in.string=String not terminated at end of input.
51 err.newline.in.string=String not terminated at end of line.
52 err.funny.char=Invalid character in input.
53 err.unbalanced.paren=Unbalanced parentheses.
54 err.toplevel.expected=Class or interface declaration expected.
55 err.token.expected='{0}' expected.
56 err.identifier.expected=Identifier expected.
57 err.name.expected=Name expected.
58 err.io.exception=I/O error in {0}.
59 err.cannot.write=Cannot write to {0}.
60 warn.array.wronglength=expected array length %s do not match real length %s; expected length written
61 warn.attr.wronglength=expected attribute length %s do not match real length %s; expected length written
62 #attrname.notfound=Cannot find "{0}" in constant pool
63 err.attrname.expected=Attribute's name or index expected.
64 err.element.expected=Primary data item expected.
65 err.struct.expected=Structured data item expected.
66 err.macro.undecl=Macro {0} undefined.
67 err.invalid.escape.char=Invalid escape char