JDK-2120688 : (process) Error msg on exception is not displayed correctly in Japanese on XP
  • Type: Backport
  • Backport of: JDK-5023243
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2004-03-30
  • Updated: 2006-04-14
  • Resolved: 2006-04-14
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 JDK 6
1.4.2_07Fixed 6 b81Fixed
Description
See Description Note of parent CR 5023243.

Comments
EVALUATION Will be fixed (in Mustang only) as part of a general cleanup of process error handling
17-03-2006

SUGGESTED FIX -
10-03-2006

EVALUATION Instead of the trivial forward port, it is better to add the command string back in the Java code, where it has no chance to be corrupted by roundtrip conversion to C. The C code should simply do JNU_ThrowIOExceptionWithLastError and let the Java code provide a human-readable message along with the IOException.
10-03-2006

EVALUATION See Evaluation note of parent CR #5023243
04-10-2004