Re: Instantiating a SAX parser (Xerces)

2001-09-07 Thread Maximilian Eberl
Have You tried to place the JAR file in the /orion main directory ? That is not very elegant but has worked many times in such ClassNotFound-cases. -- Maximilian Eberl Online Development Astarte New Media AG Waldstrasse 65 76133 Karlsruhe Tel.: 0721-98554-80 Fax 0721-98554-99 mailto:[EMAIL

Re: Instantiating a SAX parser (Xerces)

2001-09-07 Thread Dean H. Saxe
I did. I finally was able to get it working by using the following to startup orion: java -classpath xerces.jar -jar orion.jar -dhs At 12:14 PM 9/7/01 +0200, you wrote: Have You tried to place the JAR file in the /orion main directory ? That is not very elegant but has worked many times in

Instantiating a SAX parser (Xerces)

2001-09-06 Thread Dean H. Saxe
I am trying to instantiate a SAX parser with the following code in a JSP: // Instantiate a parser XMLReader parser = XMLReaderFactory.createXMLReader(org.apache.xerces.parsers.SAXParser); However, each time I do I receive the following exception: 500 Internal Server Error