[kaffe] Odonata runs on Kaffe

jserv@linux2.cc.ntu.edu.tw jserv@linux2.cc.ntu.edu.tw
Wed Apr 21 06:01:01 2004


On Thu, Apr 15, 2004 at 03:04:27PM +0800, jserv@linux2.cc.ntu.edu.tw wrote:
> Hi all,
> 
>   I'd like to provide a dirty hack to get Odonata running on Kaffe.
> Since Kaffe's $BOOTCLASSPATH behavior is a bit buggy, I have to use
> the direct way to overwrite Kaffe's rt.jar. This is my instructions,
> and I do this is useful.

To simplify the above instructions, I did a package for integrating
GNU Classpath's AWT/Swing with Odonata:

  http://jserv.sayya.org/kaffe/cp-odonata.tgz

* Extract the tarball
* modify the "build" file according to Kaffe's path
* sh build
  (the script will automatically cvs check out GNU Classpath.)
* replace Kaffe's rt.jar with rt-odonata.jar
* sh run-kaffe

cheers,
Jim Huang