-
Bug
-
Resolution: Fixed
-
P3
-
8
-
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.