D-Java
by Shawn Silverman and Peter Naulls

D-Java is a Java bytecode disassenbler. The help options for D-Java are as
follows:

--------- D-JAVA (Jul 20 1997) ---------
 Copyright (c) 1996-1997 Shawn Silverman
      e-mail: umsilve1@cc.umanitoba.ca
----------------------------------------
Usage: D-Java [options] ClassFile[.class]...
  If the first classfile is '-' then D-Java will read from stdin.
        -a              Only show names of ClassFile and Method attributes
                          (ignored for jasmin output)
        -e [+]<logfile> Redirect stderr to <logfile>
                          (a '+' as the first character appends)
        -f              Fields only, don't display method bodies
                          (ignored for jasmin output)
        -h              This help screen
        -n <info>       Don't output debugging info,
                        where <info> can be one of:
                            * lvt - local variable table
                            * lnt - line number table
        -o <format>     Output in a specific format,
                        where <format> can be one of:
                            * jasmin
                            * default (automatic if '-o' is not specified)
        -v              Verbose
        --              End of options

Copyright  Shawn Silverman 1996-7
