jjg@46: jjg@46: err.prefix=Error: jjg@46: jjg@46: err.bad.constant.pool=error while reading constant pool for {0}: {1} jjg@46: err.class.not.found=class not found: {0} jjg@46: err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1} jjg@46: err.end.of.file=unexpected end of file while reading {0} jjg@46: err.file.not.found=file not found: {0} jjg@46: err.h.not.supported=-h is no longer available - use the 'javah' program jjg@68: err.incompatible.options=bad combination of options: {0} jjg@46: err.internal.error=internal error: {0} {1} {2} jjg@283: err.invalid.arg.for.option=invalid argument for option: {0} jjg@46: err.ioerror=IO error reading {0}: {1} jjg@46: err.missing.arg=no value given for {0} jjg@46: err.no.classes.specified=no classes specified jjg@46: err.not.standard.file.manager=can only specify class files when using a standard file manager jjg@46: err.unknown.option=unknown option: {0} jjg@46: err.verify.not.supported=-verify not supported jjg@283: err.no.SourceFile.attribute=no SourceFile attribute jjg@283: err.source.file.not.found=source file not found jjg@346: err.bad.innerclasses.attribute=bad InnerClasses attribute for {0} jjg@291: warn.Xold.not.supported=-Xold is no longer available jjg@46: jjg@66: main.usage.summary=\ jjg@66: Usage: {0} \n\ jjg@66: use -help for a list of possible options jjg@66: jjg@340: warn.prefix=Warning: jjg@340: warn.unexpected.class=Binary file {0} contains {1} jjg@340: jjg@340: note.prefix=Note: jjg@340: jjg@340: main.usage.summary=\ jjg@340: Usage: {0} \n\ jjg@340: use -help for a list of possible options jjg@340: jjg@46: main.usage=\ jjg@46: Usage: {0} \n\ jjg@46: where possible options include: jjg@46: jjg@46: jjg@46: main.opt.help=\ jjg@46: \ -help --help -? Print this usage message jjg@46: jjg@46: main.opt.version=\ jjg@46: \ -version Version information jjg@46: jjg@46: main.opt.v=\ jjg@46: \ -v -verbose Print additional information jjg@46: jjg@46: main.opt.l=\ jjg@46: \ -l Print line number and local variable tables jjg@46: jjg@46: main.opt.public=\ jjg@46: \ -public Show only public classes and members jjg@46: jjg@46: main.opt.protected=\ jjg@46: \ -protected Show protected/public classes and members jjg@46: jjg@46: main.opt.package=\ jjg@46: \ -package Show package/protected/public classes\n\ jjg@46: \ and members (default) jjg@46: jjg@46: main.opt.p=\ jjg@46: \ -p -private Show all classes and members jjg@46: jjg@46: main.opt.c=\ jjg@46: \ -c Disassemble the code jjg@46: jjg@46: main.opt.s=\ jjg@46: \ -s Print internal type signatures jjg@46: jjg@46: main.opt.classpath=\ jjg@46: \ -classpath Specify where to find user class files jjg@46: jjg@46: main.opt.bootclasspath=\ jjg@46: \ -bootclasspath Override location of bootstrap class files jjg@46: jjg@87: main.opt.constants=\ jjg@87: \ -constants Show static final constants jjg@46: jjg@46: jjg@88: main.opt.sysinfo=\ jjg@88: \ -sysinfo Show system info (path, size, date, MD5 hash)\n\ jjg@88: \ of class being processed