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

Fri, 29 May 2009 16:26:41 -0700

author
jjg
date
Fri, 29 May 2009 16:26:41 -0700
changeset 291
47cf04bb80c9
parent 283
cd0630109de5
child 340
c2dfab9e2f39
permissions
-rw-r--r--

6838199: remove support for old javap
Reviewed-by: ohair, mcimadamore

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

mercurial