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

Wed, 27 Apr 2016 01:34:52 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:34:52 +0800
changeset 0
959103a6100f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/
changeset: 2573:53ca196be1ae
tag: jdk8u25-b17

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

mercurial