Hi Dave, No I'm not using the binary distribution. I recompiled all the source. I also tried including xercesSamples.jar and xerces.jar files in my CLASSPATH. Still same problem. Thanks for your suggestion.
tt P.S. If someone out there did have success with NT, please drop me a note. -----Original Message----- From: David Bourget [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2000 11:15 AM To: [EMAIL PROTECTED] Subject: Re: Running Xerces-J 1.0.3 in Win NT Hi, Are you using the binary distribution ? In this case you'll have to include the xercesSamples.jar and xerces.jar files to you classpath. bye David ----- Original Message ----- From: "Tsai, Tim S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2000 10:28 AM Subject: RE: Running Xerces-J 1.0.3 in Win NT > 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