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

Tue, 18 Jun 2013 20:56:04 -0700

author
mfang
date
Tue, 18 Jun 2013 20:56:04 -0700
changeset 1841
792c40d5185a
parent 346
e33efb09ed75
child 1885
d6158f8d7235
permissions
-rw-r--r--

8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang

jjg@46 1
jjg@46 2 err.prefix=Error:
jjg@46 3
jjg@46 4 err.bad.constant.pool=error while reading constant pool for {0}: {1}
jjg@46 5 err.class.not.found=class not found: {0}
jjg@46 6 err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
jjg@46 7 err.end.of.file=unexpected end of file while reading {0}
jjg@46 8 err.file.not.found=file not found: {0}
jjg@46 9 err.h.not.supported=-h is no longer available - use the 'javah' program
jjg@68 10 err.incompatible.options=bad combination of options: {0}
jjg@46 11 err.internal.error=internal error: {0} {1} {2}
jjg@283 12 err.invalid.arg.for.option=invalid argument for option: {0}
jjg@46 13 err.ioerror=IO error reading {0}: {1}
jjg@46 14 err.missing.arg=no value given for {0}
jjg@46 15 err.no.classes.specified=no classes specified
jjg@46 16 err.not.standard.file.manager=can only specify class files when using a standard file manager
jjg@46 17 err.unknown.option=unknown option: {0}
jjg@46 18 err.verify.not.supported=-verify not supported
jjg@283 19 err.no.SourceFile.attribute=no SourceFile attribute
jjg@283 20 err.source.file.not.found=source file not found
jjg@346 21 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
jjg@291 22 warn.Xold.not.supported=-Xold is no longer available
jjg@46 23
jjg@66 24 main.usage.summary=\
jjg@66 25 Usage: {0} <options> <classes>\n\
jjg@66 26 use -help for a list of possible options
jjg@66 27
jjg@340 28 warn.prefix=Warning:
jjg@340 29 warn.unexpected.class=Binary file {0} contains {1}
jjg@340 30
jjg@340 31 note.prefix=Note:
jjg@340 32
jjg@340 33 main.usage.summary=\
jjg@340 34 Usage: {0} <options> <classes>\n\
jjg@340 35 use -help for a list of possible options
jjg@340 36
jjg@46 37 main.usage=\
jjg@46 38 Usage: {0} <options> <classes>\n\
jjg@46 39 where possible options include:
jjg@46 40
jjg@46 41
jjg@46 42 main.opt.help=\
jjg@46 43 \ -help --help -? Print this usage message
jjg@46 44
jjg@46 45 main.opt.version=\
jjg@46 46 \ -version Version information
jjg@46 47
jjg@46 48 main.opt.v=\
jjg@46 49 \ -v -verbose Print additional information
jjg@46 50
jjg@46 51 main.opt.l=\
jjg@46 52 \ -l Print line number and local variable tables
jjg@46 53
jjg@46 54 main.opt.public=\
jjg@46 55 \ -public Show only public classes and members
jjg@46 56
jjg@46 57 main.opt.protected=\
jjg@46 58 \ -protected Show protected/public classes and members
jjg@46 59
jjg@46 60 main.opt.package=\
jjg@46 61 \ -package Show package/protected/public classes\n\
jjg@46 62 \ and members (default)
jjg@46 63
jjg@46 64 main.opt.p=\
jjg@46 65 \ -p -private Show all classes and members
jjg@46 66
jjg@46 67 main.opt.c=\
jjg@46 68 \ -c Disassemble the code
jjg@46 69
jjg@46 70 main.opt.s=\
jjg@46 71 \ -s Print internal type signatures
jjg@46 72
jjg@46 73 main.opt.classpath=\
jjg@46 74 \ -classpath <path> Specify where to find user class files
jjg@46 75
jjg@46 76 main.opt.bootclasspath=\
jjg@46 77 \ -bootclasspath <path> Override location of bootstrap class files
jjg@46 78
jjg@87 79 main.opt.constants=\
jjg@87 80 \ -constants Show static final constants
jjg@46 81
jjg@46 82
jjg@88 83 main.opt.sysinfo=\
jjg@88 84 \ -sysinfo Show system info (path, size, date, MD5 hash)\n\
jjg@88 85 \ of class being processed

mercurial