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

changeset 283
cd0630109de5
parent 88
05684554f040
child 291
47cf04bb80c9
equal deleted inserted replaced
282:fc634a593812 283:cd0630109de5
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 9 err.h.not.supported=-h is no longer available - use the 'javah' program
10 err.incompatible.options=bad combination of options: {0} 10 err.incompatible.options=bad combination of options: {0}
11 err.internal.error=internal error: {0} {1} {2} 11 err.internal.error=internal error: {0} {1} {2}
12 err.invalid.arg.for.option=invalid argument for option: {0}
12 err.ioerror=IO error reading {0}: {1} 13 err.ioerror=IO error reading {0}: {1}
13 err.missing.arg=no value given for {0} 14 err.missing.arg=no value given for {0}
14 err.no.classes.specified=no classes specified 15 err.no.classes.specified=no classes specified
15 err.not.standard.file.manager=can only specify class files when using a standard file manager 16 err.not.standard.file.manager=can only specify class files when using a standard file manager
16 err.unknown.option=unknown option: {0} 17 err.unknown.option=unknown option: {0}
17 err.verify.not.supported=-verify not supported 18 err.verify.not.supported=-verify not supported
18 err.Xold.not.supported.here=-Xold must be given as the first option 19 err.Xold.not.supported.here=-Xold must be given as the first option
20 err.no.SourceFile.attribute=no SourceFile attribute
21 err.source.file.not.found=source file not found
19 22
20 main.usage.summary=\ 23 main.usage.summary=\
21 Usage: {0} <options> <classes>\n\ 24 Usage: {0} <options> <classes>\n\
22 use -help for a list of possible options 25 use -help for a list of possible options
23 26

mercurial