自己在做项目中出现jstl异常:“ 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.1.1.jar和standard.jsr没有引入web-inf/lib中,并且版本也不一致。
关于jstl报错的问题,解决办法
最新推荐文章于 2024-01-18 14:33:00 发布
本文解决了项目中遇到的JSTL异常问题:“The absolute URI: http://java.sun.com/jsp/jstl/core 无法在 web.xml 或与此应用程序一起部署的 jar 文件中解析”。异常的原因在于未将 jstl.1.1.jar 和 standard.jar 添加到 web-inf/lib 中,且版本不一致。
5172

被折叠的 条评论
为什么被折叠?



