eclipse:找不到“/ struts-tags”的标记库描述符

时间:2014-09-29 01:33:33

标签: java eclipse struts2 struts taglib

我正在按照

中给出的步骤进行操作

http://www.tutorialspoint.com/struts_2/struts_quick_guide.htm

示例struts 2 application

但是我收到以下错误消息: Can not find the tag library descriptor for "/struts-tags

我遵循了几个帮助:

  1. Error - Can not find the tag library descriptor for "/struts-tags"
  2. Cannot find the tag library descriptor for /WEB-INF/struts-html.tld in Struts
  3. 仍然存在错误..我该怎么办? 感谢

2 个答案:

答案 0 :(得分:0)

如果struts2-core-[VERSION].jar未标记为导出依赖关系,则可以生成此消息。

要纠正这个问题:

Project Properties > Java Build Path > Order and Export

然后将struts2-core-[VERSION].jar标记为导出依赖关系(或者,如果通过常春藤包含,请确保将常春藤库标记为导出依赖关系)。

答案 1 :(得分:0)

您是否已将struts2-core-.jar添加到项目的库中?清理项目。错误将消失。