0

I created a Java EE Web module in Intellij idea IDE and added jstl-1.2.jar into lib directory. Also, I added this line to my jsp page:

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

but I got this error: con not resolve taglibrary with the uri.

How could I fix that?

4

3 回答 3

2

您可以在此处下载JSTL 1.1和 JSTL 1.2此处。并添加到项目中。并从这里添加taglib lib到项目;

于 2013-07-11T07:23:32.573 回答
0

最后,我从另一页得到了答案。在 Intellij IDEA IDE 中,所有外部文件都应该在类路径中定义,方法是:项目结构 -> 模块 -> 依赖项

于 2013-07-11T08:50:03.203 回答
0

为此,您还需要 taglibs 库。看到那个

于 2013-07-11T07:41:21.967 回答