JDK-4893563 : Inserting double char into jre/jdk path fails the installation
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.2_01
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2003-07-21
  • Updated: 2017-05-19
  • Resolved: 2003-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_01 01Fixed
Related Reports
Relates :  
Description
To reproduce:

1. On any of the windows 2000, XP, or 2003 install language pack for languages such as Chinese, Japanese, and Korean if it does not come with the OS.

2. Install JDK/JRE 1.4.2_01 or 1.5.0.
3. And choose to customize the installation path.

4. Modify the installation path and insert a double bytes char.
5. At the point when installer is creating jar file the installer will fail and pop up the error dialog with error code 1722. 

Note: The tested OS is in English and after installing language pack, the lcoal/regional setting can stays English or to the specific locale used in the path. 

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_01 tiger FIXED IN: 1.4.2_01 tiger INTEGRATED IN: 1.4.2_01 tiger VERIFIED IN: 1.4.2_01
14-06-2004

PUBLIC COMMENTS Choosing an installation path containing characters that are not part of the system code page - On Windows 2000, XP, and 2003, it is possible to name directories using characters that are not part of the system locale's code page. If such a directory is part of the installation path, then error 1722 occurs, and installation is notcompleted. To prevent this problem, make sure that the user and system locales are identical, andthat the installation path only contains characters that are part of the system locale's code page. User and system locales can be set in the Regional Options or Regional Settings control panel. The associated bug number is 4895647. ###@###.### 2003-09-05
05-09-2003

EVALUATION We should document in 1.4.2_01 that users should not install into paths with double byte characters. ###@###.### 2003-07-24 This will be documented in the install-windows.html file for 1.4.2. ###@###.### 2003-09-04
24-07-2003