【发布时间】:2015-03-07 04:59:05
【问题描述】:
我已尝试以下链接: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。任何帮助表示赞赏!
【问题讨论】:
-
我能够修复错误,结果发现要添加的正确 jar 是“jstl-1.2.jar”,位于 mvnrepository.com/artifact/jstl/jstl/1.2