- From: Yves Lafon <ylafon@w3.org>
- Date: Wed, 13 Jun 2001 16:42:52 +0200 (MET DST)
- To: Bharat Baddepudi Chandra <bharat@cs.utexas.edu>
- cc: WWW-JigSaw <www-jigsaw@w3.org>
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