How to run JavaFX application as a standalone program
In NetBeans, the generated executable Jar File is available on a local drive. Such as(in Windows): C:\Users\Seven\Documents\NetBeansProjects\JavaFX_Path\dist\JavaFX_Path.jar
It can be launched by:
Open cmd window. Switch to the destination directory. type: java -jar JavaFX_Path.jar.
Open File Browser. Switch to the destination directory. Double click the application JAR file.
No comments:
Post a Comment