一、错误信息
在Idea中使用jstl标签时候经常出现500错误,错误信息:
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
二、错误原因
jstl1.2包中就不需要在用standard包了,所以1.2版本的jar包只需要1个
三、错误解决
- 在项目中添加jstl.jar包
- 移除standard.jar包
- 在Project Structure 中的Artifacts把jstl.jar put 到/WEB-INF/lib中