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

Remove setLocale() call in jpackage native launcher

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 16
    • 14, 15, 16
    • tools
    • b16

      each of the native launchers:
      linux/native/jpackageapplauncher/launcher.cpp,
      windows/native/jpackageapplauncher/WinLauncher.cpp, and
      macosx/native/jpackageapplauncher/main.m
      contain the line:
      setlocale(LC_ALL, "en_US.utf8");

      We need to investigate if this is needed, and this means for a user whose desktop is (say) German, or French, or Japanese ?

      We also need to verify that when the Java app is launched from this environment it is not inheriting this US locale.

            almatvee Alexander Matveev
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: