Kemp Randy-W18971 wrote:
> 
> Here is a Colombo mystery I am wrestling with, called the case of the unrecognized 
>Parser jar.   See if you have any insights.
> 
> 1. On windows 2000, I get this message when running Resin or Tomcat.
> 
> Error: 500  Internal Servlet Error:
> javax.servlet.ServletException: org/xml/sax/EntityResolver
> 2.  If I look at my classpath, I have Parser.jar in it.    
>(http://localhost:8080/JSP page entry)

When something like this happened to me it turned out to be 
another JAR file that had the org.xml.sax package in it being
picked up first. In my case it was in the
 JAVA_HOME /jre/lib/ext  directory that gets picked up

as part of the default class lookup before
the classpath is examined.


-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2


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

Reply via email to