Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

 
有些時候,<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>會報錯,錯誤提示爲:
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

解決此問題的方法爲以下:

在WEB-INF/lib里加入
jstl.jar
standard.jar兩個包即可解決這個問題
發佈了16 篇原創文章 · 獲贊 15 · 訪問量 20萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章