Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6684361

splashscreen.[so|dll] error messages should be L10N'able, and be able to be reported under javaw

XMLWordPrintable

    • b27
    • 7
    • generic
    • generic

      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.

            Unassigned Unassigned
            anthony Anthony Petrov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: