On Saturday 19 March 2005 15:46, Tamas K Papp wrote: > On Sat, Mar 19, 2005 at 10:03:50AM -0500, Tamas K Papp wrote: > If anybody gets it working under Firefox/Mozilla/anything, please let > me know.
I simply downloaded it and installed it to /usr/local, and then made a /usr/local/bin/java script to set it up and run it as required. I don't think it works in other browsers, but I mostly use Konqueror, which it works fine in. Konqueror seems to have a built-in webapp runner which only needs the java command itself. Script is as follows: ------------------------------------------------- #!/bin/sh export JAVA_HOME=/usr/local/IBMJava2-ppc-142 export JITC_PROCESSOR_TYPE=6 export PATH="$PATH:$JAVA_HOME/bin" $JAVA_HOME/bin/java "$@" exit $? ------------------------------------------------ -- Lee. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]