您的位置:首页 > 理论基础 > 计算机网络

org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be res

2017-08-02 14:49 639 查看
今天一启动tomcat就报这个错误

org.apache.jasper.JasperException: 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,下好之后直接放在WEB-INF的lib下,重启Tomcat就好了。

两个包的传送门:


standard-1.1.2.jar

http://download.csdn.net/detail/hello__word__/9918939


jstl-1.2.jar

http://download.csdn.net/detail/hello__word__/9918924
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  uri jstl
相关文章推荐