Error with JAR file - Please Help!
843836Aug 9 2003 — edited Aug 9 2003When I try to load a JSP page that is making a connection to MySQL I get this server error:
org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld" from JAR file "file:/C:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/DataAccess/WEB-INF/lib/standard.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV
Here is my environment:
Windows XP Professional SP1
Apache Tomcat 5.0.6
JSTL 1.0.3
JDK 1.4.2
I found the tld files but I'm not sure where I should put them so they can be read. What am I doing wrong? Thanks!
-Matt