如何修复 JSP 页面中的 "can not find the tag library descriptor for http //java.sun.com/jsp/jstl/core"?

How to fix the "can not find the tag library descriptor for http //java.sun.com/jsp/jstl/core" in a JSP page?

我已经在下面尝试过 link:

我在我的项目中将 "javax.servlet.jsp.jstl.core.jar" 添加到 WEB-INF/lib,下面是 web.xml

的一部分
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" 
xmlns="http://java.sun.com/xml/ns/j2ee" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

如果有不同,我正在使用 JRE7。感谢您的帮助!

我能够修复错误,结果发现要添加的正确 jar 是 "jstl-1.2.jar",它位于 http://mvnrepository.com/artifact/jstl/jstl/1.2