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.
Element | Description |
---|---|
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. |
OSGi Bundle |
If the "Generate OSGi Bundle" checkbox is selected, an OSGi bundle will be created, instead of a NetBeans module. The difference will be visible in the Manifest file. |
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |