Hi Ramesh - Thank you. I followed your advice, and it solved the problem.
I had my CLASSPATH pointing to the directory where the xerces .jar files were located, but I did not explicitly list the .jar filenames in the CLASSPATH. Is this a normal java thing? If I had 1000 .jar files in the directory, would I have to explicitly list them all in my CLASSPATH? Why can't I just point to the directory and have java search the .jar files in that directory? Just curious. --- Ramesh Babu Mandava <[EMAIL PROTECTED]> wrote: > Hi John: > You may not have the CLASSPATH set properly for running the samples. > > You need to have all the jar files ( xercesImpl.jar, xml-apis.jar, > xmlParserAPIs.jar ) > including xercesSamples.jar in your CLASSPATH. > > On UNIX systems and using either KSH you can do > > export > CLASSPATH=<Xerces_JAR_HOME>/xercesImpl.jar:<Xerces_JAR_HOME>/xml-apis.jar:<Xerces_JAR_HOME>/xmlParserAPIs.jar:<Xerces_JAR_HOME>/xercesSample.jar:$CLASSPATH > > You can check your current CLASSPATH by doing > > echo %CLASSPATH% ( Windows ) > echo $CLASSPATH ( UNIX ) > > Please let me know if you need any additional help regarding this. > > Thanks > -Ramesh __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
