src/share/classes/com/sun/tools/javap/resources/javap.properties

Tue, 11 Feb 2014 23:30:36 +0400

author
kizune
date
Tue, 11 Feb 2014 23:30:36 +0400
changeset 2265
483574623ca5
parent 1885
d6158f8d7235
child 2278
8af239a7b0b7
permissions
-rw-r--r--

8033711: An exception is thrown if using the "-classpath" option with no arguments
Reviewed-by: ksrini

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

mercurial