JDK-8102329 : Finish implementing changes to JavaFX launcher implementation
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-12-17
  • Updated: 2015-06-16
  • Resolved: 2013-02-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Duplicate :  
Duplicate :  
Relates :  
Description
Follow-up issue for RT-26751 to track finishing the JavaFX launcher implementation.

There are several FIXME: items in the code that need addressing as well as:
- Adding warning/error dialogs if things go south while attempting to launch the application, these should use JavaFX itself or in worst case scenario a native dialog (no AWT dependencies)
- System property to suppress dialogs, to allow for automated testing (specifically with JPRT)
- Full launcher feature support, including Class-Path and other manifest entries not currently handled by the launcher
Comments
Target build: b80
19-04-2013

Fix pushed for b80
28-02-2013

Affected tests: PreloaderScenarios/CP_01_standalone PreloaderScenarios/CP_02_standalone
28-02-2013