Creating a Module Installer/Activator
See Also
A module installer (for a NetBeans module) or activator (for an OSGi bundle)
is a Java class that provides hooks for
running code on startup or when a module is loaded.
It can also run cleanup code when a module is uninstalled
or disabled.
To create a new installer/activator:
- Right-click a module project and choose New > Other. In the
New File wizard, choose Installer/Activator under the Module
Development category.
- In the New Installer/Activator page, you have to set the following:
- Package. Specifies the name of the package where the
module installer will be housed. The module installer will always be
named Installer.
- See Also
- About NetBeans Platform and Module Development
- About the NetBeans Platform
Legal Notices