|
Spec-Zone .ru
спецификации, руководства, описания, API
|
javafx - Launch a JavaFX Applicationjavafx - JavaFX Launch Utility
javafx [options] class [argument]
javafx [options] -jar jarfile [argument]
javafxw [options] class [argument] (Windows only)
javafxw [options] -jar jarfile [argument] (Windows only)
javafx launches a JavaFX Script application. This command sets the application's classpaths and then invokes the java command to launch the application.
The javafxw command is available on Windows only. This command is identical to javafx, except that with javafxw there is no associated console window. Use javafxw when you don't want a command prompt window to appear. The javafxw launcher will, however, display a dialog box with error information if a launch fails for some reason.