如何修复"找不到http //java.sun.com/jsp/jstl/core&#34的标签库描述符;在JSP页面中?

时间:2015-01-08 22:49:26

标签: jsp jstl taglib

我在下面尝试过以下链接:How to resolve : Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

我添加了" 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。任何帮助表示赞赏!

1 个答案:

答案 0 :(得分:0)

我能够修复错误,结果是要添加的正确的jar是&#34; jstl-1.2.jar&#34;可在http://mvnrepository.com/artifact/jstl/jstl/1.2

找到
相关问题