我必须真的遗漏一些东西,因为我从来没有能够让Eclipse在任何项目中承认标准的JSP taglib。现在,我的项目启用了动态Web项目方面,我可以在类路径中看到org.apache.taglibs.standard
包,但JSP编辑器一直说它Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/[whatever]"
(core,fmt ...)。 / p>
我的.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.
我在网上发现这么简单(和旧)的事情没什么用,它让我感到很奇怪。那我错过了什么?
答案 0 :(得分:1)
standard.jar
的.tld文件中提到的URI与我的JSP中的taglib声明uri属性不匹配。