javap.properties revision 2942:08092deced3f
1
2err.prefix=Error:
3
4err.bad.constant.pool=error while reading constant pool for {0}: {1}
5err.class.not.found=class not found: {0}
6err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
7err.end.of.file=unexpected end of file while reading {0}
8err.file.not.found=file not found: {0}
9err.incompatible.options=bad combination of options: {0}
10err.internal.error=internal error: {0} {1} {2}
11err.invalid.arg.for.option=invalid argument for option: {0}
12err.ioerror=IO error reading {0}: {1}
13err.missing.arg=no value given for {0}
14err.no.classes.specified=no classes specified
15err.not.standard.file.manager=can only specify class files when using a standard file manager
16err.invalid.use.of.option=invalid use of option: {0}
17err.unknown.option=unknown option: {0}
18err.no.SourceFile.attribute=no SourceFile attribute
19err.source.file.not.found=source file not found
20err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
21err.nomem=Insufficient memory. To increase memory use -J-Xmx option.
22
23main.usage.summary=\
24Usage: {0} <options> <classes>\n\
25use -help for a list of possible options
26
27warn.prefix=Warning:
28warn.unexpected.class=Binary file {0} contains {1}
29
30note.prefix=Note:
31
32main.usage.summary=\
33Usage: {0} <options> <classes>\n\
34use -help for a list of possible options
35
36main.usage=\
37Usage: {0} <options> <classes>\n\
38where possible options include:
39
40
41main.opt.help=\
42\  -help  --help  -?        Print this usage message
43
44main.opt.version=\
45\  -version                 Version information
46
47main.opt.v=\
48\  -v  -verbose             Print additional information
49
50main.opt.l=\
51\  -l                       Print line number and local variable tables
52
53main.opt.public=\
54\  -public                  Show only public classes and members
55
56main.opt.protected=\
57\  -protected               Show protected/public classes and members
58
59main.opt.package=\
60\  -package                 Show package/protected/public classes\n\
61\                           and members (default)
62
63main.opt.p=\
64\  -p  -private             Show all classes and members
65
66main.opt.c=\
67\  -c                       Disassemble the code
68
69main.opt.s=\
70\  -s                       Print internal type signatures
71
72main.opt.classpath=\
73\  -classpath <path>        Specify where to find user class files
74
75main.opt.cp=\
76\  -cp <path>               Specify where to find user class files
77
78main.opt.bootclasspath=\
79\  -bootclasspath <path>    Override location of bootstrap class files
80
81main.opt.constants=\
82\  -constants               Show final constants
83
84
85main.opt.sysinfo=\
86\  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
87\                           of class being processed
88