Module Project: Basic Module Configuration
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 Basic Module Configuration page, you have to set the following properties:
- Code Name Base. Uniquely identifies a module. By convention, it is typically the name of
the base package, such as org.netbeans.modules.myexample.
- Module Display Name. Specifies the display name of the project.
- Localizing Bundle. Specifies the name and location of the localizing bundle.
- XML Layer. If the "Generate XML Layer" checkbox is selected,
specifies the name and location of the optional layer.xml file.
If you do not let the IDE create one now, the IDE will create one automatically
if you run any wizard which needs to add a layer entry.
- See Also
- About NetBeans Platform and Module Development
- About the NetBeans Platform
Legal Notices