Re: Openoffice java ?

From: Neil Moomey <neil@neilmoomey.com>
Date: Thu Mar 17 2005 - 13:28:28 AKST

Yes, CLASSPATH often consfuses people but it's very simple. It's the path
the Java classes are located at. Java and the compiler Javac use this
variable to find them. The PATH variable is so the operating system can
find the Java and Javac utilities. If you have an intelligent install
script or wizard then you don't need to set the CLASSPATH because the
installer knows where it's going to install itself. That's my story and I'm
sticking too it....for now.

Neil
----- Original Message -----
From: "Joshua Kugler" <joshua.kugler@uaf.edu>
To: "AK Lug Mailing List" <aklug@aklug.org>
Sent: Thursday, March 17, 2005 12:20 PM
Subject: Re: Openoffice java ?

> That works...but I've always found that doing something like symlinking
>
> /usr/local/bin/java to /usr/local/jdk1.5.0_02/bin/java works just fine
too.
> You might still need the CLASSPATH variable though.
>
> j----- k-----
>
> On Thursday 17 March 2005 10:54, Neil Moomey wrote:
> > Just add this to a startup script.
> >
> > PATH=$PATH:/usr/local/jdk1.5.0_02/bin
> > export PATH
> > ---------
> > To unsubscribe, send email to <aklug-request@aklug.org>
> > with 'unsubscribe' in the message body.
>
> --
> Joshua Kugler
> CDE System Administrator
> http://distance.uaf.edu/
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Thu Mar 17 13:25:42 2005

This archive was generated by hypermail 2.1.8 : Thu Mar 17 2005 - 13:25:42 AKST