Jim Anderson wrote:

Hi -

I am using Mac OS X 10.3.7.

My shell is bash:
   GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin7.0)

I have installed Xerces 2.6.2 in /usr/local:
   ls -l /usr/local
   drwxr-xr-x  23 me staff 782 25 Dec 19:47 xerces-2_6_2

In bash, I set the CLASSPATH:
   CLASSPATH="/usr/local/xerces-2_6_2"



Your classpath should be a colon-separated list of JAR files, not just a directory (this is described in the Java documentation)
e.g.


CLASSPATH=".:/usr/local/xerces-2_6_2/xercesImpl.jar:/usr/local/xerces-2_6_2/xml-apis.jar"


Hope that helps James Shaw

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to