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

Re: Java and Fedora



Hi,

> > Is there something that has to be configured in each user account to run
> > Limewire?
> 
> I've created a file called java.sh in /etc/profile.d, which contains this :
> if [ -z "$JAVA_HOME" ]; then
>   export JAVA_HOME=/usr/lib/jre-1.4.1_01
>   export PATH="$PATH:$JAVA_HOME/bin"
> fi

I just altered /etc/bashrc to include the lines

JAVA=/usr/local/j2sdk1.4.2_03
PATH=$JAVA/bin:$PATH
MANPATH=$JAVA/man:$MANPATH
LD_LIBRARY_PATH=$JAVA/lib:$LD_LIBRARY_PATH
export JAVA

(I export the others after adding more to them)

TTFN

Paul
-- 
One OS to fool them all
One browser to find them
One email client to bring them all
And through security holes, blind them...

Attachment: signature.asc
Description: This is a digitally signed message part


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