The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

javapp - javap writen in perl

VERSION

version 0.009

SYNOPSIS

$ javapp [--loglevel %s] [--help] <file or directory list>

Searches all .class and .jar files from the argument list, and dump to stdout any .class file (.jar files are automatically handled as a zip archive)

OPTIONS

--loglevel or -l

Set logging level. Log4perl values are supported, i.e. WARN, TRACE, DEBUG, etc... Default is WARN. Logging always goes to STDERR.

--help or -h

This help.

EXAMPLE

$ javapp -l DEBUG myJavaFile.class > /tmp/myJavaFile.txt

NOTES

javapp means "javap in perl". Nevertheless there is no filtering option to the dump: .class files are shown entirely, and output format is not designed to be compatible with javap.

SEE ALSO

perldoc MarpaX::Java::ClassFile

AUTHOR

Jean-Damien Durand <jeandamiendurand@free.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Jean-Damien Durand.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.