You open the Module Suite Project Properties dialog box by right-clicking any module suite project and choosing Properties.
The Libraries page lets you specify the NetBeans Platform against which the module suite will be compiled and run. It also lets you specify the modules that belong to the suite project.
Element | Description |
---|---|
Java Platform |
Specifies the target JDK for building module projects or module suite projects. |
NetBeans Platform |
Specifies the target NetBeans platform against which the module suite is compiled and run. Available NetBeans platforms are those that have been registered in the NetBeans Platform Manager. |
Platform Modules |
Specifies the clusters that will be deployed together with the module suite project. |
Optionally, you can add NetBeans module projects ("Add Project") or the binaries of NetBeans module projects ("Add Cluster") from outside the selected NetBeans Platform. Use "Add Project" if you have the sources of the NetBeans modules available; use "Add Cluster" if you only have the executable application. In the latter case, browse to the cluster containing the NetBeans modules you need and optionally include sources and javadoc so that you can use code completion and other tools in the IDE. Click the buttons at the bottom of the wizard step for these purposes.
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |