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

Mon, 04 Aug 2008 17:54:15 -0700

author
jjg
date
Mon, 04 Aug 2008 17:54:15 -0700
changeset 88
05684554f040
parent 87
fd1d361ae294
child 283
cd0630109de5
permissions
-rw-r--r--

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

mercurial