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

changeset 340
c2dfab9e2f39
parent 291
47cf04bb80c9
child 346
e33efb09ed75
equal deleted inserted replaced
339:85b317ac8a0c 340:c2dfab9e2f39
17 err.unknown.option=unknown option: {0} 17 err.unknown.option=unknown option: {0}
18 err.verify.not.supported=-verify not supported 18 err.verify.not.supported=-verify not supported
19 err.no.SourceFile.attribute=no SourceFile attribute 19 err.no.SourceFile.attribute=no SourceFile attribute
20 err.source.file.not.found=source file not found 20 err.source.file.not.found=source file not found
21 warn.Xold.not.supported=-Xold is no longer available 21 warn.Xold.not.supported=-Xold is no longer available
22
23 main.usage.summary=\
24 Usage: {0} <options> <classes>\n\
25 use -help for a list of possible options
26
27 warn.prefix=Warning:
28 warn.unexpected.class=Binary file {0} contains {1}
29
30 note.prefix=Note:
22 31
23 main.usage.summary=\ 32 main.usage.summary=\
24 Usage: {0} <options> <classes>\n\ 33 Usage: {0} <options> <classes>\n\
25 use -help for a list of possible options 34 use -help for a list of possible options
26 35

mercurial