Can not find the tag library descriptor for

作者:神奇的周 | 创建时间: 2023-06-04
我们在用Eclipse进行Java web开发时,可能会出现这样的错误: Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"。我们该...
Can not find the tag library descriptor for

操作方法

我们遇到的错误显示如下:

原因是少了jstl-1.2.jar包

将jstl-1.2.jar包粘贴复制到项目的lib文件夹下,

这样将项目刷新一下即可,

这样的话问题就解决了。

点击展开全文

更多推荐