-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
-
None
Currently the launchApplication method called by the Java launcher will not accept a Jar file that does not contain JavaFX-Application-Class in it's manifest. This should be fixed to allow for any Jar file to be launched, so long as the class referenced by the Main-Class attribute extends Application.