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

Tue, 28 Dec 2010 15:54:52 -0800

author
ohair
date
Tue, 28 Dec 2010 15:54:52 -0800
changeset 798
4868a36f6fd8
parent 346
e33efb09ed75
child 1885
d6158f8d7235
permissions
-rw-r--r--

6962318: Update copyright year
Reviewed-by: xdono

     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 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
    22 warn.Xold.not.supported=-Xold is no longer available
    24 main.usage.summary=\
    25 Usage: {0} <options> <classes>\n\
    26 use -help for a list of possible options
    28 warn.prefix=Warning:
    29 warn.unexpected.class=Binary file {0} contains {1}
    31 note.prefix=Note:
    33 main.usage.summary=\
    34 Usage: {0} <options> <classes>\n\
    35 use -help for a list of possible options
    37 main.usage=\
    38 Usage: {0} <options> <classes>\n\
    39 where possible options include:
    42 main.opt.help=\
    43 \  -help  --help  -?        Print this usage message
    45 main.opt.version=\
    46 \  -version                 Version information
    48 main.opt.v=\
    49 \  -v  -verbose             Print additional information
    51 main.opt.l=\
    52 \  -l                       Print line number and local variable tables
    54 main.opt.public=\
    55 \  -public                  Show only public classes and members
    57 main.opt.protected=\
    58 \  -protected               Show protected/public classes and members
    60 main.opt.package=\
    61 \  -package                 Show package/protected/public classes\n\
    62 \                           and members (default)
    64 main.opt.p=\
    65 \  -p  -private             Show all classes and members
    67 main.opt.c=\
    68 \  -c                       Disassemble the code
    70 main.opt.s=\
    71 \  -s                       Print internal type signatures
    73 main.opt.classpath=\
    74 \  -classpath <path>        Specify where to find user class files
    76 main.opt.bootclasspath=\
    77 \  -bootclasspath <path>    Override location of bootstrap class files
    79 main.opt.constants=\
    80 \  -constants               Show static final constants
    83 main.opt.sysinfo=\
    84 \  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
    85 \                           of class being processed

mercurial