Add more existing sources to Java project

前端 未结 4 1571
走了就别回头了
走了就别回头了 2020-12-18 19:51

In Netbeans I can create a project using existing sources of Java files. If I want to add additional sources to a project how can I do so?

4条回答
  •  孤城傲影
    2020-12-18 20:53

    NetBeans 8.0 You can copy complete packages including sub-packages to the projects /src/-folder. Then Source » Scan for External Changes and the new sources will be added automatically. Have fun.

提交回复
热议问题