How can I add JAR files to the web-inf/lib folder in Eclipse?

前端 未结 11 1334
忘了有多久
忘了有多久 2020-12-01 10:21

I\'m using Eclipse and I need to be able to add Java libraries (JAR files) into my web application\'s WEB-INF/lib folder. How do I achieve this?

11条回答
  •  无人及你
    2020-12-01 11:25

    Check under project properties -> deployment assembly if jar file are under deployed path- WEB-INF/lib if not use add button and add jar under WEB-INF/lib

    sometime eclipse (in my case Juno Service Release 2 ) was not doing it for me so i did manually. this worked for me.

提交回复
热议问题