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

今天一启动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

你可能感兴趣的:(报错)