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

changeset 46
7708bd6d800d
child 66
df47f7f4c95a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javap/resources/javap.properties	Tue Jun 03 13:26:47 2008 -0700
     1.3 @@ -0,0 +1,62 @@
     1.4 +
     1.5 +err.prefix=Error: 
     1.6 +
     1.7 +err.bad.constant.pool=error while reading constant pool for {0}: {1}
     1.8 +err.class.not.found=class not found: {0}
     1.9 +err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
    1.10 +err.end.of.file=unexpected end of file while reading {0}
    1.11 +err.file.not.found=file not found: {0}
    1.12 +err.h.not.supported=-h is no longer available - use the 'javah' program
    1.13 +err.internal.error=internal error: {0} {1} {2}
    1.14 +err.ioerror=IO error reading {0}: {1}
    1.15 +err.missing.arg=no value given for {0}
    1.16 +err.no.classes.specified=no classes specified
    1.17 +err.not.standard.file.manager=can only specify class files when using a standard file manager
    1.18 +err.unknown.option=unknown option: {0}
    1.19 +err.verify.not.supported=-verify not supported
    1.20 +err.Xold.not.supported.here=-Xold must be given as the first option
    1.21 +
    1.22 +main.usage=\
    1.23 +Usage: {0} <options> <classes>\n\
    1.24 +where possible options include:
    1.25 +
    1.26 +
    1.27 +main.opt.help=\
    1.28 +\  -help  --help  -?        Print this usage message
    1.29 +
    1.30 +main.opt.version=\
    1.31 +\  -version                 Version information
    1.32 +
    1.33 +main.opt.v=\
    1.34 +\  -v  -verbose             Print additional information
    1.35 +
    1.36 +main.opt.l=\
    1.37 +\  -l                       Print line number and local variable tables
    1.38 +
    1.39 +main.opt.public=\
    1.40 +\  -public                  Show only public classes and members
    1.41 +
    1.42 +main.opt.protected=\
    1.43 +\  -protected               Show protected/public classes and members
    1.44 +
    1.45 +main.opt.package=\
    1.46 +\  -package                 Show package/protected/public classes\n\
    1.47 +\                           and members (default)
    1.48 +
    1.49 +main.opt.p=\
    1.50 +\  -p  -private             Show all classes and members
    1.51 +
    1.52 +main.opt.c=\
    1.53 +\  -c                       Disassemble the code
    1.54 +
    1.55 +main.opt.s=\
    1.56 +\  -s                       Print internal type signatures
    1.57 +
    1.58 +main.opt.classpath=\
    1.59 +\  -classpath <path>        Specify where to find user class files
    1.60 +
    1.61 +main.opt.bootclasspath=\
    1.62 +\  -bootclasspath <path>    Override location of bootstrap class files
    1.63 +
    1.64 +
    1.65 +

mercurial