【jstl】eclipse中报Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"解决办法

出现这种错误有两种形式

1,Eclipse 出错提示 Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

2,<%@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"

解决办法是:下载资源jstl.jar包放入项目的lib下即可。

猜你喜欢

转载自blog.csdn.net/hrlee520/article/details/86016943