0

我想使用 jstl,并将其放在页面顶部:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

我在我的库中添加了 jstl.jar 和 standard.jar。我还将它们放在 /webapp/WEB-INF/lib 中。这两个 jar 来自 Tomcat 中的示例。

我的IDE是myeclipse,我的服务器是Tomcat 8.0,jsp版本是3.0。

当我运行我的页面时,我有一个例外:

type: Exception report

message: /TestPerson.jsp (line: 2, column: 62) File "file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%208.0/webapps/Beer-v1/WEB-INF/tld/c.tld" not found

description: The server encountered an internal error that prevented it from fulfilling this request.

但是我在上面的文件路径中有 c.tld !

我该怎么办!

4

0 回答 0