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

Tue, 19 May 2009 11:50:54 -0700

author
jjg
date
Tue, 19 May 2009 11:50:54 -0700
changeset 283
cd0630109de5
parent 88
05684554f040
child 291
47cf04bb80c9
permissions
-rw-r--r--

6824493: experimental support for additional info for instructions
Reviewed-by: mcimadamore

jjg@46 1
jjg@46 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
jjg@46 17 err.unknown.option=unknown option: {0}
jjg@46 18 err.verify.not.supported=-verify not supported
jjg@46 19 err.Xold.not.supported.here=-Xold must be given as the first option
jjg@283 20 err.no.SourceFile.attribute=no SourceFile attribute
jjg@283 21 err.source.file.not.found=source file not found
jjg@46 22
jjg@66 23 main.usage.summary=\
jjg@66 24 Usage: {0} <options> <classes>\n\
jjg@66 25 use -help for a list of possible options
jjg@66 26
jjg@46 27 main.usage=\
jjg@46 28 Usage: {0} <options> <classes>\n\
jjg@46 29 where possible options include:
jjg@46 30
jjg@46 31
jjg@46 32 main.opt.help=\
jjg@46 33 \ -help --help -? Print this usage message
jjg@46 34
jjg@46 35 main.opt.version=\
jjg@46 36 \ -version Version information
jjg@46 37
jjg@46 38 main.opt.v=\
jjg@46 39 \ -v -verbose Print additional information
jjg@46 40
jjg@46 41 main.opt.l=\
jjg@46 42 \ -l Print line number and local variable tables
jjg@46 43
jjg@46 44 main.opt.public=\
jjg@46 45 \ -public Show only public classes and members
jjg@46 46
jjg@46 47 main.opt.protected=\
jjg@46 48 \ -protected Show protected/public classes and members
jjg@46 49
jjg@46 50 main.opt.package=\
jjg@46 51 \ -package Show package/protected/public classes\n\
jjg@46 52 \ and members (default)
jjg@46 53
jjg@46 54 main.opt.p=\
jjg@46 55 \ -p -private Show all classes and members
jjg@46 56
jjg@46 57 main.opt.c=\
jjg@46 58 \ -c Disassemble the code
jjg@46 59
jjg@46 60 main.opt.s=\
jjg@46 61 \ -s Print internal type signatures
jjg@46 62
jjg@46 63 main.opt.classpath=\
jjg@46 64 \ -classpath <path> Specify where to find user class files
jjg@46 65
jjg@46 66 main.opt.bootclasspath=\
jjg@46 67 \ -bootclasspath <path> Override location of bootstrap class files
jjg@46 68
jjg@87 69 main.opt.constants=\
jjg@87 70 \ -constants Show static final constants
jjg@46 71
jjg@46 72
jjg@88 73 main.opt.sysinfo=\
jjg@88 74 \ -sysinfo Show system info (path, size, date, MD5 hash)\n\
jjg@88 75 \ of class being processed

mercurial