Re: Jigsaw env. vars. on Linux..

On Mon, 11 Jun 2001, Bharat Baddepudi Chandra wrote:

>
> Hi,
>
> 	I noticed that in the file <Jigsaw_Home>/scripts/jigsaw.sh the
> CLASSPATH and LD_LIBRARY_PATH variables are being set and exported. This
> might override the $CLASSPATH setup by the user earlier. Hence they might
> have to be changed include the pre-existing env. vars.
>
> LD_LIBRARY_PATH=${JIGSAW_HOME}/lib:${LD_LIBRARY_PATH}
> export LD_LIBRARY_PATH
>
> CLASSPATH=${JIGSAW_HOME}/classes/jigsaw.zip:${JIGSAW_HOME}/classes/servlet.jar:.:${CLASSPATH}
> export CLASSPATH
>
> 	This was actually causing me an error when I was accessing class
> files located in other directories.

The files were here only to give an example, not to be real production
script. But it is always good to improve them, thanks!

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Wednesday, 13 June 2001 10:42:57 UTC