Download

Jode is available in the download area in source or binary form. For compiling the source code, you need several other packages, check the links page. You need a unix like environment for compilation.

The simplest way to get it, especially for non unix users, is in precompiled form, though. There are two jar archives in the download area:

CVS Repository

You can get the latest sources from the CVS repository. Follow the instruction on that page; use jode as modulename. If you want to checkout a specific version you can use the -r option:

To build the sources from CVS change to the main directory where the configure.in file resides and run

aclocal && automake -a && autoconf

Afterwards follow the instruction in the INSTALL file.