`
wang_2011_ying
  • 浏览: 144751 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

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"
主要原因是缺少
jstl.jar 
standard.jar
两个Jar包
解决此问题的方法为以下:
用MyEclipse新建一个Web 工程选择 J2EE1.4
如图所示:

在新建的工程的WEB-INF/lib文件夹里就会有
jstl.jar 
standard.jar

拷贝到出错的工程的WEB-INF/lib里加入
jstl.jar 
standard.jar
即可解决这个问题
  • 大小: 20.2 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics