Re: running java app


Subject: Re: running java app
From: W.D.McKinney (deem@wdm.com)
Date: Sun Sep 15 2002 - 16:32:01 AKDT


On (15/09/02 16:26), Justin Dieters wrote:
> Date: Sun, 15 Sep 2002 16:26:37 -0800
> From: Justin Dieters <enderak@gci.net>
> To: The Fueley <CRivera@gci.net>
> Cc: aklug@aklug.org
> Subject: Re: running java app
>
>
> Get rid of the Java that came with SuSE.. it's trying to use that
> version, which is old and doesn't support jars. if you go through YaST
> and just uninstall the java packages, then it should pick up the java in
> the /usr/java/j2sdk... directory. If nothing else, you can specify to
> use the 1.4 java with '/usr/java/j2sdk1.4.0_01/bin/java -jar file.jar'
>
> Justin
>

A simple fix is to replace the symlink :

# rm -rf /usr/lib/java | ln -s /usr/java/j2sdk1.4.0_01 /usr/lib/java

/Dee

-- 
W.D.McKinney (Dee)
http://3519098920

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Sun Sep 15 2002 - 16:32:06 AKDT