langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties
changeset 30846 2b3f379840f0
parent 25874 83c19f00452c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
       
     1 
       
     2 err.prefix=Error:
       
     3 
       
     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}
       
    21 err.nomem=Insufficient memory. To increase memory use -J-Xmx option.
       
    22 
       
    23 main.usage.summary=\
       
    24 Usage: {0} <options> <classes>\n\
       
    25 use -help for a list of possible options
       
    26 
       
    27 warn.prefix=Warning:
       
    28 warn.unexpected.class=Binary file {0} contains {1}
       
    29 
       
    30 note.prefix=Note:
       
    31 
       
    32 main.usage.summary=\
       
    33 Usage: {0} <options> <classes>\n\
       
    34 use -help for a list of possible options
       
    35 
       
    36 main.usage=\
       
    37 Usage: {0} <options> <classes>\n\
       
    38 where possible options include:
       
    39 
       
    40 
       
    41 main.opt.help=\
       
    42 \  -help  --help  -?        Print this usage message
       
    43 
       
    44 main.opt.version=\
       
    45 \  -version                 Version information
       
    46 
       
    47 main.opt.v=\
       
    48 \  -v  -verbose             Print additional information
       
    49 
       
    50 main.opt.l=\
       
    51 \  -l                       Print line number and local variable tables
       
    52 
       
    53 main.opt.public=\
       
    54 \  -public                  Show only public classes and members
       
    55 
       
    56 main.opt.protected=\
       
    57 \  -protected               Show protected/public classes and members
       
    58 
       
    59 main.opt.package=\
       
    60 \  -package                 Show package/protected/public classes\n\
       
    61 \                           and members (default)
       
    62 
       
    63 main.opt.p=\
       
    64 \  -p  -private             Show all classes and members
       
    65 
       
    66 main.opt.c=\
       
    67 \  -c                       Disassemble the code
       
    68 
       
    69 main.opt.s=\
       
    70 \  -s                       Print internal type signatures
       
    71 
       
    72 main.opt.classpath=\
       
    73 \  -classpath <path>        Specify where to find user class files
       
    74 
       
    75 main.opt.cp=\
       
    76 \  -cp <path>               Specify where to find user class files
       
    77 
       
    78 main.opt.bootclasspath=\
       
    79 \  -bootclasspath <path>    Override location of bootstrap class files
       
    80 
       
    81 main.opt.constants=\
       
    82 \  -constants               Show final constants
       
    83 
       
    84 
       
    85 main.opt.sysinfo=\
       
    86 \  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
       
    87 \                           of class being processed