jsp运行报错显示The absolute uri: http://java.sun.com/jsp/jstl/..解决方案

jsp中出错提示:

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类库中的.tld文件

解决办法:

WEB/INF的lib下,除了导入jstl.jar包,还要导入standard.jar包。另外,解压standard.jar包,把.tld文件放在WEB/INF下

jar包都在里面了,自取链接: https://pan.baidu.com/s/1dTMXlkjdLGUsgNikxwg-xw 提取码: hanj

——————————————————————————————————
以上内容转载自http://blog.sina.com.cn/s/blog_6f1361e50100wk4t.html

你可能感兴趣的:(JSP,Eclipse,jsp,jstl,eclipse)