-
Bug
-
Resolution: Unresolved
-
P4
-
7
Currently the splashscreen native library uses a plain fprintf(stderr, "") approach to report any critical issues. Actually the library should be considered a part of the java launcher, and hence it should use the launcher error reporting facilities:
1. The error message texts should be located in emessages.h file. This might enable L10N of the messages.
2. To report the warnings and errors we should use the ReportErrorMessage function in java.h. This enables to report the messages correctly even if we're running under javaw.
1. The error message texts should be located in emessages.h file. This might enable L10N of the messages.
2. To report the warnings and errors we should use the ReportErrorMessage function in java.h. This enables to report the messages correctly even if we're running under javaw.
- relates to
-
JDK-6603312 Segmentation fault running java -jar SwingSet2.jar in 256 color mode
- Closed
-
JDK-6685121 (launcher) make ReportErrorMessages accessible by other launcher subsystems
- Closed