Module Project: Name and Location
See Also
The New Module Project wizard creates a new empty module project. You open the New Module Project
wizard by opening the New Project wizard and selecting
the Module Project template from the NetBeans Modules category.
In the Name and Location page, you have to set the following properties:
- Project Name. Specifies the folder in which the project will
be housed, prepended by the project location, which is specified in
the next field.
- Project Location. Specifies the location where you want to store the
project metadata and source code.
- Project Folder. Specifies the folder where you want
to store the project metadata and source code. The folder is a concatenation
of the project location and the project name.
- Standalone Module. Specifies that the module does not belong to a module suite. In addition,
you must specify which platform the module will be compiled and deployed against. To add additional
platforms to the list, click Manage and use the NetBeans Platform Manager.
- Add to Module Suite. Specifies that the module belongs to a module suite. If the module
suite is not currently open in the IDE, click Browse to locate the module suite in your
filesystem.
- Set as Main Project. Sets the newly created project as the main
project.
- See Also
- About NetBeans Platform and Module Development
- About the NetBeans Platform
Legal Notices