JDK-6475153 : win x64 jre bundle does not install non-western locale support by default
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 5.0u9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2003
  • CPU: x86
  • Submitted: 2006-09-26
  • Updated: 2010-07-29
  • Resolved: 2006-09-27
Related Reports
Duplicate :  
Description
When system locale set to Japanese, following WARNING appears and messages display garbled.

WARNING: Default charset MS932 not supported, using ISO8859-1 instead.

This problem reproduces only when used jre installed from amd64 jre bundle. Not when used jdk or 32 bit bundle. Confirmed with x64 Windows 2003 and Vista. This seems a problem from previous releases and no regression. When used JDK 6, the above warning doesn't appear but native messages will still garble.

Comments
EVALUATION The problem is that the IsIntlInstall customaction is not getting called for the 64-bit installer. This problem will go away when we have the official 64-bit deployment port.
27-09-2006