Hi David,

I just to mimic what I did in the Solaris environment.  On the Sun machine,
the CLASSPATH is set to <xerces_installation_dir>/class and the IteratorView
example runs fine.

In the WinNT environment, the xerces_installation_dir is /xerces (viewed
from cygwin).  I have tried setting CLASSPATH to /xerces, /xerces/class,
/xerces/samples etc... to no avail ;-)  It is pretty frustrating!

tt

-----Original Message-----
From: David Bourget [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 11, 2000 2:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Running Xerces-J 1.0.3 in Win NT


hi,

> I'm using JDK1.2.2 and according to the doc, I don't think I need to set
up
> the CLASSPATH.  In any case, I still get the same error when I set the
> CLASSPATH=/xerces/class.
>
Is that a metaphor or you really tried /xerces/class as the classpath ? Your
java vm will not find the class files except if you put them in the
<java-jdk-dir>/jre/lib/ext directory or if they are in the current
directory. So you must set the classpath to the jar containing the examples.
I remember that the documentation (readme) says you dont have to set it when
*building* xerces.

I hope this help,
David

Reply via email to