How to create a jar with external libraries included in Eclipse?

后端 未结 8 1636
北恋
北恋 2020-11-22 10:46

I am done with the project which connects to database (MySQL). Now I want to export the project as jar. But I don\'t know how to include its external dependencies? Is there

8条回答
  •  醉话见心
    2020-11-22 11:25

    To generate jar file in eclipse right click on the project for which you want to generate, Select Export>Java>Runnable Jar File,

    Its create jar which includes all the dependencies from Pom.xml, But please make sure license issue if you are using third-party dependency for your application.

提交回复
热议问题