发布于 4年前

java.sun.com/jsp/jstl/core 报错解决

做Spring时需要jstl,uri部分报错,提示无法找到jar。
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

很多技术blog的解释是缺少jsp-api和servlet-api。
我在看了tomcat的官方文档后,发现并不是这个原因(至少我这个问题不是这个原因),而是缺少taglibs-standard-impl-1.2.5.jar。
下载地址:http://tomcat.apache.org/download-taglibs.cgi

相关文章

©2020 edoou.com   京ICP备16001874号-3