Standard Java SE Project Properties Dialog Box: Deployment

Use to set deployment options for your project, such as enabling a native packaging or switching a Java SE project to a JavaFX deployment model.

Features Description

Enable Native Packaging Actions in Project Menu

Adds a Package As command to the selected project's context menu that enables you to create a self-contained system dependent installation package for your project.
Keep JavaFX RT artifacts on Compile Classpath if not present by default Enables the IDE to automatically update the JavaFX runtime dependency when a JavaFX class is added to a JavaSE project.
Switch Project to the JavaFX Deployment Model Changes the SE project to a JavaFX deployment model by creating a project_nameFX.java class and adding it to your project.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.