Adding a JAR to an Eclipse Java library

后端 未结 4 525
悲哀的现实
悲哀的现实 2020-11-27 20:46

How do you add a JAR file to an already existing Java library in Eclipse? Note that this is not a user library.

That is, if you look at the Java Build Path for a Ja

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 21:33

    You might also consider using a build tool like Maven to manage your dependencies. It is very easy to setup and helps manage those dependencies automatically in eclipse. Definitely worth the effort if you have a large project with a lot of external dependencies.

提交回复
热议问题