Great news.

If anyone wants to run Jacl on a JVM other than the one provided
by Sun you now have a choice. The Kaffe JVM is an open source project
that seeks to replace the Sun JVM (see www.kaffe.org). The most
recent CVS version of Kaffe now works with Jacl. If anyone wants
to try this JVM out with Jacl 1.2.1 you should use the --with-kaffe
option to Jacl's configure script. The only trick to it is that you
need to create a symlink to Sun's classes.zip after you install
kaffe.

(INSTALL is where you installed kaffe, and so on)

cd "path where kaffe is installed"
cd share/kaffe
ln -s "full path to classes.zip"


cd jacl1.2.1/unix
./configure --with-kaffe="path where kaffe is installed"


Of course, if you wait until kaffe beta4 is released (should be real
soon now), you should not have to do this ugly link thing.


later
Mo DeJong
dejong at cs.umn.edu

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to