views:

78

answers:

0

Hi all,

This is the second time I ask question about this issue,last time when I tried to run mvc-ajax project,I got error :can't find c.tld file. Then I remove jsp-api.jar,it works.

But now I am running spring sample petclinic, the same issue here: org.apache.jasper.JasperException: /WEB-INF/jsp/welcome.jsp(1,1) Unable to read TLD "META-INF/c.tld" from JAR file "file:/home/tom/source/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/org.springframework.samples.petclinic/WEB-INF/lib/com.springsource.javax.servlet.jsp.jstl-1.2.0.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88) at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:297) at org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:330) at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:438) at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1393)

But there is no jsp-api.jar there. And i can run this project in windows.I am using ubuntu10.04. The project is from https://src.springframework.org/svn/spring-samples Can anyone try it on your system?