javap.properties revision 3573:c4a18ee691c4
16059Samurai
26059Samuraierr.prefix=Error:
36059Samurai
46059Samuraierr.bad.constant.pool=error while reading constant pool for {0}: {1}
56059Samuraierr.class.not.found=class not found: {0}
66059Samuraierr.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
76059Samuraierr.end.of.file=unexpected end of file while reading {0}
86059Samuraierr.file.not.found=file not found: {0}
96059Samuraierr.incompatible.options=bad combination of options: {0}
106059Samuraierr.internal.error=internal error: {0} {1} {2}
116059Samuraierr.invalid.arg.for.option=invalid argument for option: {0}
126059Samuraierr.ioerror=IO error reading {0}: {1}
136059Samuraierr.missing.arg=no value given for {0}
146059Samuraierr.no.classes.specified=no classes specified
156059Samuraierr.not.standard.file.manager=can only specify class files when using a standard file manager
166059Samuraierr.invalid.use.of.option=invalid use of option: {0}
176059Samuraierr.unknown.option=unknown option: {0}
186059Samuraierr.no.SourceFile.attribute=no SourceFile attribute
198857Srgrimeserr.source.file.not.found=source file not found
2043313Sbrianerr.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
218857Srgrimeserr.nomem=Insufficient memory. To increase memory use -J-Xmx option.
226059Samuraierr.cant.find.module=Cannot find module {0}
236059Samuraierr.cant.find.module.ex=Problem finding module {0}: {1}
2443313Sbrian
2530715Sbrianmain.usage.summary=\
2636285SbrianUsage: {0} <options> <classes>\n\
2736285Sbrianuse -help for a list of possible options
2836285Sbrian
2930715Sbrianwarn.prefix=Warning:
3030715Sbrianwarn.unexpected.class=Binary file {0} contains {1}
3130715Sbrian
3230715Sbriannote.prefix=Note:
3330715Sbrian
3437009Sbrianmain.usage.summary=\
3531343SbrianUsage: {0} <options> <classes>\n\
3630715Sbrianuse -help for a list of possible options
3730715Sbrian
3830715Sbrianmain.usage=\
396059SamuraiUsage: {0} <options> <classes>\n\
4036285Sbrianwhere possible options include:
416059Samurai
426059Samurai
4336285Sbrianmain.opt.help=\
4436285Sbrian\  -help  --help  -?                Print this usage message
4536285Sbrian
4630733Sbrianmain.opt.version=\
4730733Sbrian\  -version                         Version information
4830733Sbrian
4936285Sbrianmain.opt.v=\
5030733Sbrian\  -v  -verbose                     Print additional information
5130733Sbrian
526059Samuraimain.opt.l=\
5331343Sbrian\  -l                               Print line number and local variable tables
5413389Sphk
5536285Sbrianmain.opt.public=\
5636285Sbrian\  -public                          Show only public classes and members
5736285Sbrian
5836285Sbrianmain.opt.protected=\
5936285Sbrian\  -protected                       Show protected/public classes and members
6036285Sbrian
6138174Sbrianmain.opt.package=\
6236285Sbrian\  -package                         Show package/protected/public classes\n\
6336285Sbrian\                                   and members (default)
6443313Sbrian
6543313Sbrianmain.opt.p=\
6643313Sbrian\  -p  -private                     Show all classes and members
6736285Sbrian
686059Samuraimain.opt.c=\
6937210Sbrian\  -c                               Disassemble the code
7028679Sbrian
7128679Sbrianmain.opt.s=\
7228679Sbrian\  -s                               Print internal type signatures
7328679Sbrian
7428679Sbrianmain.opt.class_path=\
7528679Sbrian\  --class-path <path>              Specify where to find user class files
7628679Sbrian
7728679Sbrianmain.opt.classpath=\
7828679Sbrian\  -classpath <path>                Specify where to find user class files
7928679Sbrian
8028679Sbrianmain.opt.cp=\
8128679Sbrian\  -cp <path>                       Specify where to find user class files
8228679Sbrian
8328679Sbrianmain.opt.bootclasspath=\
8428679Sbrian\  -bootclasspath <path>            Override location of bootstrap class files
8528679Sbrian
8628679Sbrianmain.opt.upgrade_module_path=\
8728679Sbrian\  --upgrade-module-path <path>     Specify where to find upgradeable modules
8828679Sbrian
8928679Sbrianmain.opt.system=\
9028679Sbrian\  --system <jdk>                   Specify where to find system modules
9128679Sbrian
9228679Sbrianmain.opt.module_path=\
9328679Sbrian\  --module-path <path>             Specify where to find application modules
9428679Sbrian
9528679Sbrianmain.opt.constants=\
9628679Sbrian\  -constants                       Show final constants
9728679Sbrian
9828679Sbrianmain.opt.sysinfo=\
9928679Sbrian\  -sysinfo                         Show system info (path, size, date, MD5 hash)\n\
10028679Sbrian\                                   of class being processed
10128679Sbrian
1026059Samuraimain.opt.module=\
1036059Samurai\  --module <module>, -m <module>   Specify module containing classes to be disassembled
1046059Samurai
10536285Sbrianmain.usage.foot=\n\
1066059SamuraiGNU-style options may use '=' instead of whitespace to separate the name of an option\n\
10736285Sbrianfrom its value.\n\
10836285Sbrian\n\
1096059SamuraiEach class to be shown may be specified by a filename, a URL, or by its fully\n\
1106059Samuraiqualified class name. Examples:\n\
1116059Samurai\   path/to/MyClass.class\n\
1126059Samurai\   jar:file:///path/to/MyJar.jar!/mypkg/MyClass.class\n\
1136059Samurai\   java.lang.Object\n
1146059Samurai