|
Download
The latest source code of JODE is available at the project page.
You need several other packages to build JODE, check the links page.
The simplest way to get it, especially for non unix users, is in
precompiled form, though. I have two jar archives at the ftp server. You may
need to press shift while clicking on the link, depending on your
browser.
- jode-1.0.93-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-1.0.93-1.2.jar is for JDK 1.2. It already
contains Getopt, so you don't need any other package.
CVS Repository
You can get the latest sources from the CVS repository.
Follow the instruction on that page; use jode as
modulename. Then change to the directory jode and run
aclocal && automake -a && autoconf
Afterwards follow the instruction in the INSTALL file.
|