JavaFX applications are launched using javafx launcher. This is suboptimal, as users
need to know if a jar is java jar or javafx jar and execute the appropriate launcher.
Many customer are requesting that javafx applications be launched as seamlessly
as possible. For example double clicking on the jar file in windows should launch
the application whether it is java or javafx application.
need to know if a jar is java jar or javafx jar and execute the appropriate launcher.
Many customer are requesting that javafx applications be launched as seamlessly
as possible. For example double clicking on the jar file in windows should launch
the application whether it is java or javafx application.