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

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

    You can simply go to Build Path -> Add Libraries and for the library type to add select "Server Runtime." Click Next and select a server runtime to add to the classpath and the problem goes away if jstl.jar and standard.jar are in your server's classpath.

提交回复
热议问题