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

前端 未结 22 1746
情书的邮戳
情书的邮戳 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:42

    I also faced the same problem. Make sure you have same versions of JSTL in Eclipse and in the Tomcat work directory, i.e in \webapps\examples\WEB-INF\lib and in lib folder.

提交回复
热议问题