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

     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.h.not.supported=-h is no longer available - use the 'javah' program
    10 err.incompatible.options=bad combination of options: {0}
    11 err.internal.error=internal error: {0} {1} {2}
    12 err.invalid.arg.for.option=invalid argument for option: {0}
    13 err.ioerror=IO error reading {0}: {1}
    14 err.missing.arg=no value given for {0}
    15 err.no.classes.specified=no classes specified
    16 err.not.standard.file.manager=can only specify class files when using a standard file manager
    17 err.invalid.use.of.option=invalid use of option: {0}
    18 err.unknown.option=unknown option: {0}
    19 err.verify.not.supported=-verify not supported
    20 err.no.SourceFile.attribute=no SourceFile attribute
    21 err.source.file.not.found=source file not found
    22 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
    23 warn.Xold.not.supported=-Xold is no longer available
    25 main.usage.summary=\
    26 Usage: {0} <options> <classes>\n\
    27 use -help for a list of possible options
    29 warn.prefix=Warning:
    30 warn.unexpected.class=Binary file {0} contains {1}
    32 note.prefix=Note:
    34 main.usage.summary=\
    35 Usage: {0} <options> <classes>\n\
    36 use -help for a list of possible options
    38 main.usage=\
    39 Usage: {0} <options> <classes>\n\
    40 where possible options include:
    43 main.opt.help=\
    44 \  -help  --help  -?        Print this usage message
    46 main.opt.version=\
    47 \  -version                 Version information
    49 main.opt.v=\
    50 \  -v  -verbose             Print additional information
    52 main.opt.l=\
    53 \  -l                       Print line number and local variable tables
    55 main.opt.public=\
    56 \  -public                  Show only public classes and members
    58 main.opt.protected=\
    59 \  -protected               Show protected/public classes and members
    61 main.opt.package=\
    62 \  -package                 Show package/protected/public classes\n\
    63 \                           and members (default)
    65 main.opt.p=\
    66 \  -p  -private             Show all classes and members
    68 main.opt.c=\
    69 \  -c                       Disassemble the code
    71 main.opt.s=\
    72 \  -s                       Print internal type signatures
    74 main.opt.classpath=\
    75 \  -classpath <path>        Specify where to find user class files
    77 main.opt.cp=\
    78 \  -cp <path>               Specify where to find user class files
    80 main.opt.bootclasspath=\
    81 \  -bootclasspath <path>    Override location of bootstrap class files
    83 main.opt.constants=\
    84 \  -constants               Show static final constants
    87 main.opt.sysinfo=\
    88 \  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
    89 \                           of class being processed

mercurial