Eclipse “cannot find the tag library descriptor” for custom tags (not JSTL!)

前端 未结 22 1573
情书的邮戳
情书的邮戳 2020-12-12 16:33

I have a Java EE project which build fine with Ant, deploys perfectly to JBoss, and runs without any trouble. This project includes a few custom tag librari

22条回答
  •  时光说笑
    2020-12-12 16:37

    Check the two libraries in F:\apache-tomcat-7.0.21\webapps\examples\WEB-INF\lib:

    1. jstl.jar
    2. standard.jar

提交回复
热议问题