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

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

    I had the same problem with STS (springtool source suite).

    Under STS, right click on the project, than "Properties", "Project Facets", than on the right of the window click on the "runtime" tab, and check "VMware vFabric tc Server (...)", and click "Apply" and it should be OK after the workspace refresh.

提交回复
热议问题