開發環境tomcat8.5 JDK1.8.1 eclipsephoton
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
jsp頁面中添加上面的引入信息后會報錯
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
具體解決方法,現將jstl.jar和standard.jar 放在tomcat/lib庫文件夾下,復制一份standard文件解壓找到WEB-INF/c.tld文件,復制到工程文件的WEB-INF目錄下就可以解決報錯問題
