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:

  1. Right-click a module project and choose New > Other. In the New File wizard, choose Module Installer under the NetBeans Module Development category.
  2. In the Module Installer page, you have to set the following:
See Also
About NetBeans Platform and Module Development
About the NetBeans Platform

Legal Notices