Description
When an applet loads but fails to launch for some reason, the following message is displayed:
"JavaFX application could not launch due to system configuration. See java.com/javafx for troubleshooting information."
This is less than helpful, both for the end user and the developer.
I'm not sure of all the scenarios which would trigger this message, but I think they would fall into two categories:
1) Something is missing / wrong version on the end user's system.
2) There is a bug in the application / deployment.
An ideal error message would display useful information in both cases.
Useful in this context means:
1) Making it extremely easy for the end user to solve the problem and go on with running the application - and if not possible, at least saying why.
2) Giving the developer all available relevant information.
"JavaFX application could not launch due to system configuration. See java.com/javafx for troubleshooting information."
This is less than helpful, both for the end user and the developer.
I'm not sure of all the scenarios which would trigger this message, but I think they would fall into two categories:
1) Something is missing / wrong version on the end user's system.
2) There is a bug in the application / deployment.
An ideal error message would display useful information in both cases.
Useful in this context means:
1) Making it extremely easy for the end user to solve the problem and go on with running the application - and if not possible, at least saying why.
2) Giving the developer all available relevant information.
Attachments
Issue Links
- duplicates
-
JDK-8087480 Exception in start method of JNLP application will cause app to exit with no error dialog and an empty log file
- Resolved
-
JDK-8126436 Incorrect information is given when jar file is missing
- Closed
-
JDK-8116197 No error dialog shows upon Exception in start method of Application in web start mode, which prevents application exit
- Closed
-
JDK-8127276 JavaFX application could not launch due to system configuration. (Found unsigned entry in resource:)
- Closed
-
JDK-8128032 clicking cancel on security dialog, app exits rather than running in sandbox
- Closed