-
Sub-task
-
Resolution: Fixed
-
P3
-
None
We need to create a simple JavaFX Main class, com.sun.javafx.application.main.Main (similar to what we did in JavaFX 1.x), such that the packager can include a copy of this class in the application jar file. This class needs to do the following:
1) Determine whether the JavaFX runtime is installed (and fail gracefully it isn't)
2) Locate the JavaFX runtime from the deployment toolkit
3) Add the JavaFX runtime to the application classpath
4) Call into com.sun.javafx.application.Main (which is in the JavaFX runtime), passing in the application class name
1) Determine whether the JavaFX runtime is installed (and fail gracefully it isn't)
2) Locate the JavaFX runtime from the deployment toolkit
3) Add the JavaFX runtime to the application classpath
4) Call into com.sun.javafx.application.Main (which is in the JavaFX runtime), passing in the application class name