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

前端 未结 11 1330
忘了有多久
忘了有多久 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:06

    In case this helps anyone, if you are using a Git repo, make sure the jars make it into the WEB-INF/lib INSIDE the git repo and not just in the project WEB-INF/lib

提交回复
热议问题