langtools/src/share/classes/com/sun/tools/javap/resources/javap.properties
changeset 727 cb50c1ae7bab
child 860 c7a22d6d7184
equal deleted inserted replaced
661:9b2f1fe5c183 727:cb50c1ae7bab
       
     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.h.not.supported=-h is no longer available - use the 'javah' program
       
    10 err.internal.error=internal error: {0} {1} {2}
       
    11 err.ioerror=IO error reading {0}: {1}
       
    12 err.missing.arg=no value given for {0}
       
    13 err.no.classes.specified=no classes specified
       
    14 err.not.standard.file.manager=can only specify class files when using a standard file manager
       
    15 err.unknown.option=unknown option: {0}
       
    16 err.verify.not.supported=-verify not supported
       
    17 err.Xold.not.supported.here=-Xold must be given as the first option
       
    18 
       
    19 main.usage=\
       
    20 Usage: {0} <options> <classes>\n\
       
    21 where possible options include:
       
    22 
       
    23 
       
    24 main.opt.help=\
       
    25 \  -help  --help  -?        Print this usage message
       
    26 
       
    27 main.opt.version=\
       
    28 \  -version                 Version information
       
    29 
       
    30 main.opt.v=\
       
    31 \  -v  -verbose             Print additional information
       
    32 
       
    33 main.opt.l=\
       
    34 \  -l                       Print line number and local variable tables
       
    35 
       
    36 main.opt.public=\
       
    37 \  -public                  Show only public classes and members
       
    38 
       
    39 main.opt.protected=\
       
    40 \  -protected               Show protected/public classes and members
       
    41 
       
    42 main.opt.package=\
       
    43 \  -package                 Show package/protected/public classes\n\
       
    44 \                           and members (default)
       
    45 
       
    46 main.opt.p=\
       
    47 \  -p  -private             Show all classes and members
       
    48 
       
    49 main.opt.c=\
       
    50 \  -c                       Disassemble the code
       
    51 
       
    52 main.opt.s=\
       
    53 \  -s                       Print internal type signatures
       
    54 
       
    55 main.opt.classpath=\
       
    56 \  -classpath <path>        Specify where to find user class files
       
    57 
       
    58 main.opt.bootclasspath=\
       
    59 \  -bootclasspath <path>    Override location of bootstrap class files
       
    60 
       
    61 
       
    62