Importing project into Netbeans

前端 未结 8 861
攒了一身酷
攒了一身酷 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:22

    File >> New Project >> Java Project With Existing Source>Next >> Project Name(add a name for your project) >> Next>>Add Folder >> select your existing project source code from your Directory>>Next >> Finish

    Java Project With Existing Source

    0 讨论(0)
  • 2021-01-17 18:31

    You may try creating a new project in netbeans and then copy and and paste the files into it. I usually experience this problem when the project wasn't created in netbeans.

    0 讨论(0)
提交回复
热议问题