Importing project into Netbeans

前端 未结 8 872
攒了一身酷
攒了一身酷 2021-01-17 17:58

My client just sent me the base project for development purposes. I think he just zipped the project folder and sent to me.

Now when I go to NetBeans, \"New project

8条回答
  •  南笙
    南笙 (楼主)
    2021-01-17 18:10

    From Netbeans 8.1 - there is an "Import from ZIP" option.

    Go to Main Menu -> File -> Import Project -> from ZIP.

    Browse your .ZIP file's location via Browse button.

    If you have Java project depending on external Libraries, Netbeans will highlight & ask for "Resolving problems" in project, click on resolve, provide location in your file system containing required library files .e.g JARs etc & you will be good to go.

提交回复
热议问题