Running a Rich-Client Application
See Also
Unless your NetBeans modules are designed to be deployed
as standalone modules, you should always deploy them by deploying the application (the module suite project)
that contains them. If you run the Run Project command
on an individual module that is part of an application built on top of the NetBeans Platform, the IDE only deploys
that module itself.
To deploy a standalone application:
- In the Projects window, right-click the module suite project and choose one of the following:
- Run Project. Starts the target platform,
undeploys the standalone application if it is already deployed,
deploys the standalone application to the target platform, starts the platform
and loads the application as one unit.
- Run JNLP Applications. Builds and runs the application as a JNLP application.
- See Also
- About NetBeans Platform and Module Development
- About the NetBeans Platform
Legal Notices