码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2016-06-16 01:34:16      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:

jsp页面引入外部的标签<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

会报错,错误提示为: Can not find the tag library descriptor for "http://Java.sun.com/jsp/jstl/core" 解决此问题的方法为以下: 在WEB-INF/lib里加入 jstl.jar standard.jar两个包即可解决这个问题

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

标签:

原文地址:http://www.cnblogs.com/gwq369/p/5589544.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!