How do I build a Java project in Eclipse, to create an external JAR

后端 未结 5 1154
抹茶落季
抹茶落季 2021-01-30 04:32

I recently inherited a large software project written in Java. The last developer used Eclipse, so that\'s what I\'m using, but I can\'t figure out how to build anything. I don\

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 05:09

    File > Import > Existing Project into Workspace.. to include the project into the workspace After that File -> Export -> Export JAR to export it to a jar file.

提交回复
热议问题