码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2019-09-03 14:49:35      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:pac   img   也有   cannot   引入   cat   resolve   span   图片   

编程中遇到: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配置有误!我可以肯定你是在JSP页面中使用了JSTL,但是JSP页面中引入JSTL时却配置错误,错误为URI不正确(这有可能是拼写错误,也有可能是.tld文件不存在,

Servlet2.3以下版本的规范要求必须有.tld文件),你好好检查一下,改好JSTL的配置跳转就不会有问题了

技术图片

 

 技术图片

 

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

标签:pac   img   也有   cannot   引入   cat   resolve   span   图片   

原文地址:https://www.cnblogs.com/qianzf/p/11452927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!