Kaffe can be used to run Java server side applications. At least I  
got it to work with a very simple HelloWorld type program. Besides  
putting the HelloWorld.class in the cgi-bin directory, I also have a  
script as follows:

#!/bin/sh
echo Content-type: text/plain
echo
kaffe -classpath .:/usr/local/share/kaffe/classes.zip HelloWorld

I'm using a really old kaffe-0.7.1 on m68k under NextStep3.3.  
What's the latest version that works on this system? (AWT not  
needed)

Mike

---
Dr. Michael Olan                       email:  [EMAIL PROTECTED]
Computer Scientist - Educator - Software Developer
http://freecenter.digiweb.com/computers/rumah
fax: 1-815-364-3900

Reply via email to