Building a JNLP Application

See Also

Java Web Start is a helper application that gets associated with a Web browser. When a user clicks on a link that points to a special launch file (JNLP file), it causes the browser to launch Java Web Start, which then automatically downloads, caches, and runs the given Java Technology-based application. The entire process is typically completed without requiring any user interaction, except for the initial single click.

To build a JNLP application:

  1. In the Projects window, right-click the node of the module project you want to build.
  2. Choose Build JNLP Application.
See Also
About NetBeans Platform and Module Development
About the NetBeans Platform
Building a ZIP Distribution

Legal Notices