javap.properties revision 3294:9adfb22ff08f
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.
22err.cant.find.module=Cannot find module {0}
23err.cant.find.module.ex=Problem finding module {0}: {1}
24
25main.usage.summary=\
26Usage: {0} <options> <classes>\n\
27use -help for a list of possible options
28
29warn.prefix=Warning:
30warn.unexpected.class=Binary file {0} contains {1}
31
32note.prefix=Note:
33
34main.usage.summary=\
35Usage: {0} <options> <classes>\n\
36use -help for a list of possible options
37
38main.usage=\
39Usage: {0} <options> <classes>\n\
40where possible options include:
41
42
43main.opt.help=\
44\  -help  --help  -?        Print this usage message
45
46main.opt.version=\
47\  -version                 Version information
48
49main.opt.v=\
50\  -v  -verbose             Print additional information
51
52main.opt.l=\
53\  -l                       Print line number and local variable tables
54
55main.opt.public=\
56\  -public                  Show only public classes and members
57
58main.opt.protected=\
59\  -protected               Show protected/public classes and members
60
61main.opt.package=\
62\  -package                 Show package/protected/public classes\n\
63\                           and members (default)
64
65main.opt.p=\
66\  -p  -private             Show all classes and members
67
68main.opt.c=\
69\  -c                       Disassemble the code
70
71main.opt.s=\
72\  -s                       Print internal type signatures
73
74main.opt.classpath=\
75\  -classpath <path>        Specify where to find user class files
76
77main.opt.cp=\
78\  -cp <path>               Specify where to find user class files
79
80main.opt.bootclasspath=\
81\  -bootclasspath <path>    Override location of bootstrap class files
82
83main.opt.upgrademodulepath=\
84\  -upgrademodulepath <path>    Specify where to find upgradeable modules
85
86main.opt.system=\
87\  -system <jdk>            Specify where to find system modules
88
89main.opt.modulepath=\
90\  -modulepath <path>       Specify where to find application modules
91
92main.opt.constants=\
93\  -constants               Show final constants
94
95
96main.opt.sysinfo=\
97\  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
98\                           of class being processed
99
100main.opt.m=\
101\  -m <module-name>         Specify module containing classes to be disassembled
102