How to import a Java project to Eclipse?

前端 未结 7 1470
粉色の甜心
粉色の甜心 2020-12-01 09:51

I was trying to export a Java project. I was able to create a JAR file by using the option Export -> Java -> JAR file. I am not able to import this jar file into Eclipse (no

7条回答
  •  南笙
    南笙 (楼主)
    2020-12-01 10:22

    File -> Import -> General -> Archive File
    

    This will import your project in Eclipse.

    Also, you will need to add libs/jars externally by configuring your buildpath.

提交回复
热议问题