错误: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里面,然后重启服务器,基本上就可以解决
本文介绍了解决在部署应用时遇到的JSTL库找不到的问题。通过将缺失的jstl.jar和standard.jar文件放置到项目的WEB-INF/lib目录下,并重启服务器,可以有效解决此错误。
错误: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里面,然后重启服务器,基本上就可以解决

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