alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (javap.properties)

This example Java source code file (javap.properties) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

disassemble, innerclasses, md5, override, print, show, sourcefile, specify, usage, version

The javap.properties Java example source code


err.prefix=Error:

err.bad.constant.pool=error while reading constant pool for {0}: {1}
err.class.not.found=class not found: {0}
err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
err.end.of.file=unexpected end of file while reading {0}
err.file.not.found=file not found: {0}
err.h.not.supported=-h is no longer available - use the 'javah' program
err.incompatible.options=bad combination of options: {0}
err.internal.error=internal error: {0} {1} {2}
err.invalid.arg.for.option=invalid argument for option: {0}
err.ioerror=IO error reading {0}: {1}
err.missing.arg=no value given for {0}
err.no.classes.specified=no classes specified
err.not.standard.file.manager=can only specify class files when using a standard file manager
err.unknown.option=unknown option: {0}
err.verify.not.supported=-verify not supported
err.no.SourceFile.attribute=no SourceFile attribute
err.source.file.not.found=source file not found
err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
warn.Xold.not.supported=-Xold is no longer available

main.usage.summary=\
Usage: {0} <options> \n\
use -help for a list of possible options

warn.prefix=Warning:
warn.unexpected.class=Binary file {0} contains {1}

note.prefix=Note:

main.usage.summary=\
Usage: {0} <options> \n\
use -help for a list of possible options

main.usage=\
Usage: {0} <options> \n\
where possible options include:


main.opt.help=\
\  -help  --help  -?        Print this usage message

main.opt.version=\
\  -version                 Version information

main.opt.v=\
\  -v  -verbose             Print additional information

main.opt.l=\
\  -l                       Print line number and local variable tables

main.opt.public=\
\  -public                  Show only public classes and members

main.opt.protected=\
\  -protected               Show protected/public classes and members

main.opt.package=\
\  -package                 Show package/protected/public classes\n\
\                           and members (default)

main.opt.p=\
\  -p  -private             Show all classes and members

main.opt.c=\
\  -c                       Disassemble the code

main.opt.s=\
\  -s                       Print internal type signatures

main.opt.classpath=\
\  -classpath <path>        Specify where to find user class files

main.opt.cp=\
\  -cp <path>               Specify where to find user class files

main.opt.bootclasspath=\
\  -bootclasspath <path>    Override location of bootstrap class files

main.opt.constants=\
\  -constants               Show static final constants


main.opt.sysinfo=\
\  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
\                           of class being processed

Other Java examples (source code examples)

Here is a short list of links related to this Java javap.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.