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

Thu, 31 Aug 2017 15:17:03 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:17:03 +0800
changeset 2525
2eb010b6cb22
parent 2289
3fbda1dca565
parent 0
959103a6100f
permissions
-rw-r--r--

merge

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

mercurial