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

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

    From the ToolBar to go Project> Properties>Java Build Path > Add External Jars. Locate the File on the local disk or web Directory and Click Open.

    This will automatically add the required Jar files to the Library.

提交回复
热议问题