Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2120688 | 6 | Martin Buchholz | P4 | Resolved | Fixed | b81 |
JDK-2120868 | 5.0u2 | Hao Dong | P4 | Closed | Fixed | b06 |
When Exception occurs with invalid command thru Runtime.exec(),
the error message is not displayed correctly.
REPRODUCE:
(1) Compile the attached test program, Command.java
The test program invokes invalid command thru Runtime.exec()
in order to cause an exception.
(2) Launch "java Command" on WindowsXP(Japanese)
You will see the message in the attached file, "incorrect-msg.txt".
(Please see the file on Windows XP box)
Also, I attached the expected message in attached "expected-msg.txt".
CONFIGURATION :
OS : WinXP (SP1, Japanese)
JDK : JDK1.5.0b43
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b44)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b44, mixed mode, sharing)
================================================================================
the error message is not displayed correctly.
REPRODUCE:
(1) Compile the attached test program, Command.java
The test program invokes invalid command thru Runtime.exec()
in order to cause an exception.
(2) Launch "java Command" on WindowsXP(Japanese)
You will see the message in the attached file, "incorrect-msg.txt".
(Please see the file on Windows XP box)
Also, I attached the expected message in attached "expected-msg.txt".
CONFIGURATION :
OS : WinXP (SP1, Japanese)
JDK : JDK1.5.0b43
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b44)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b44, mixed mode, sharing)
================================================================================
- backported by
-
JDK-2120688 (process) Error msg on exception is not displayed correctly in Japanese on XP
- Resolved
-
JDK-2120868 (process) Error msg on exception is not displayed correctly in Japanese on XP
- Closed
- relates to
-
JDK-5097226 Audit use of OS strings in native code for decoding errors
- Open
-
JDK-6192449 (process) Runtime.exec error message on Windows should be improved
- Resolved