Use to create a new standard project from an existing Java SE source folder. Open the wizard by opening the New Project wizard and selecting the Java Application with Existing Sources template from the General category.
Element | Description |
---|---|
Source Packages Folder |
Specifies the folder that contains the Java source code for the project.
You must set the Source Packages Folder to the folder that contains the default package. |
Test Packages Folder |
(Optional). Specifies the folder that contains the JUnit test suites for the project.
You must set the Test Packages Folder to the folder that contains the default package. By default, when you create a project the IDE creates a test packages folder called |
Related Topics
Developing Applications with NetBeans IDE,
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |