Add more existing sources to Java project

前端 未结 4 1565
走了就别回头了
走了就别回头了 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条回答
  •  梦毁少年i
    2020-12-18 20:51

    You can attach a source JAR. You also can use the Import Sources module ("File -> Import Sources") to import source files from the file system.

提交回复
热议问题