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:

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

Legal Notices