HTTP Status 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
type Exception report
message 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
description The server encountered an internal error that prevented it from fulfilling this request.
exception
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标签库时老是报错,原因是standard.jar和jstl.jar 包未导入
本文介绍了解决在使用JSTL标签库时出现的HTTPStatus500错误的方法,该错误提示无法解析标准URI。文章指出,要解决这个问题需要确保已正确导入standard.jar和jstl.jar这两个必要的包。
955

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



