gpt4 book ai didi

java - Eclipse 找不到 JSP 标记库

转载 作者:行者123 更新时间:2023-12-01 09:27:42 25 4
gpt4 key购买 nike

我确实错过了一些东西,因为我从来没有能够让 Eclipse 承认任何项目中的标准 JSP 标记库。现在,我的项目已启用 Dynamic Web Project 方面,我可以看到 org.apache.taglibs.standard包在类路径中,但 JSP 编辑器一直说它 Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/[whatever]" (核心、fmt...)。

我的.project性质如下:

<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>

Here is what my standard.jar and its Manifest look like.

我在网上没有发现任何关于如此简单(而且古老)的问题的有用信息,这让我感到很奇怪。那么我错过了什么?

最佳答案

standard.jar 的 .tld 文件中提到的 URI 与我的 JSP 中的 taglib 声明 uri 属性不匹配。

关于java - Eclipse 找不到 JSP 标记库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39707747/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com