src/share/classes/com/sun/tools/javap/resources/javap.properties

changeset 2289
3fbda1dca565
parent 2278
8af239a7b0b7
child 2525
2eb010b6cb22
equal deleted inserted replaced
2288:4267f38a1706 2289:3fbda1dca565
4 err.bad.constant.pool=error while reading constant pool for {0}: {1} 4 err.bad.constant.pool=error while reading constant pool for {0}: {1}
5 err.class.not.found=class not found: {0} 5 err.class.not.found=class not found: {0}
6 err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1} 6 err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
7 err.end.of.file=unexpected end of file while reading {0} 7 err.end.of.file=unexpected end of file while reading {0}
8 err.file.not.found=file not found: {0} 8 err.file.not.found=file not found: {0}
9 err.h.not.supported=-h is no longer available - use the 'javah' program
10 err.incompatible.options=bad combination of options: {0} 9 err.incompatible.options=bad combination of options: {0}
11 err.internal.error=internal error: {0} {1} {2} 10 err.internal.error=internal error: {0} {1} {2}
12 err.invalid.arg.for.option=invalid argument for option: {0} 11 err.invalid.arg.for.option=invalid argument for option: {0}
13 err.ioerror=IO error reading {0}: {1} 12 err.ioerror=IO error reading {0}: {1}
14 err.missing.arg=no value given for {0} 13 err.missing.arg=no value given for {0}
15 err.no.classes.specified=no classes specified 14 err.no.classes.specified=no classes specified
16 err.not.standard.file.manager=can only specify class files when using a standard file manager 15 err.not.standard.file.manager=can only specify class files when using a standard file manager
17 err.invalid.use.of.option=invalid use of option: {0} 16 err.invalid.use.of.option=invalid use of option: {0}
18 err.unknown.option=unknown option: {0} 17 err.unknown.option=unknown option: {0}
19 err.verify.not.supported=-verify not supported
20 err.no.SourceFile.attribute=no SourceFile attribute 18 err.no.SourceFile.attribute=no SourceFile attribute
21 err.source.file.not.found=source file not found 19 err.source.file.not.found=source file not found
22 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0} 20 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
23 warn.Xold.not.supported=-Xold is no longer available
24 21
25 main.usage.summary=\ 22 main.usage.summary=\
26 Usage: {0} <options> <classes>\n\ 23 Usage: {0} <options> <classes>\n\
27 use -help for a list of possible options 24 use -help for a list of possible options
28 25

mercurial