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