Creating a Module Installer
See Also
A module installer
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 module installer:
- Right-click a module project and choose New > Other. In the
New File wizard, choose Module Installer under the NetBeans Module
Development category.
- In the Module Installer 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