JODE
Homepage

Jode

Download

The simplest way is to get it in precompiled form. I have two jar archives:
  • jode-@VERSION@-1.1.jar is for JDK 1.1. It already contains Getopt and the collection classes from the GNU Classpath project. If you want to use the swing interface, you have to download swing separately.
  • jode-@VERSION@-1.2.jar is for JDK 1.2. It already contains Getopt, so you don't need any other package.
jode-@VERSION@.tar.gz is the source code. You need many unix tools to compile this file. It also works under windows with cygwin and unzip.

Other packages you may need

CYGWIN (unix tools for win95/NT)
http://sourceware.cygnus.com/cygwin/
JDK 1.1:
http://java.sun.com/products/jdk/1.1/index.htm
Swing for JDK 1.1:
http://java.sun.com/products/jfc/index.html#download-swing
JDK 1.2:
http://java.sun.com/products/jdk/1.2/index.html
Getopt:
http://www.urbanophile.com/arenn/hacking/download.html#getopt
Collection Classes:
I have written a small script that puts the collection classes from the GNU Classpath Project into its own package (org.gnu.java.util.collections). You can download the source code (including the script), or a precompiled jar file.

http://www.informatik.uni-oldenburg.de/~delwi/jode/download.html, last updated on 24-Okt-1999.