[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: java 1.4 in browser -- is it possible?



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.



Reply to: