Andrew,

Yes! that fixed it.  I knew if I had it in a script I'd need that.  I didn't 
realize doing this from the command line would require the export command.

Thank you!
Janet

>You probably need to export the CLASSPATH definition:
>export 
>CLASSPATH=$CLASSPATH:/usr/lpp/zWebSphere/V7R0/optionalLibraries/Apache/Struts/1.1/commons-logging.jar

>Due to the idiosyncrasies of unix shells, without "export" it only 
>creates the variable in the sub-process running the command which ends 
>as soon as the CLASSPATH= command ends. "export" makes it stick for 
>subsequent commands.

>Adding $CLASSPATH to the start will add the jar to the end of any 
>existing definition instead of replacing it.

>Andrew Rowley

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to