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

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

    I faced same problem. This is what I did to resolve the issue.

    1. Select Project and right click.
    2. Click on properties.
    3. Click on libraries tab.
    4. Click on 'Add Jars'.
    5. Add relevant jar for your error.

提交回复
热议问题