Runtime.exec() can't pass environment variables(command and its arguments) in
platform encoding character to child process to execute.
This problem is related to bug report # 4027482.
Suggested fix on both Solaris and Win32 are attached to fix both problems.
Changes were verified on Solaris, WinNT4.0 for Japanese locale.
platform encoding character to child process to execute.
This problem is related to bug report # 4027482.
Suggested fix on both Solaris and Win32 are attached to fix both problems.
Changes were verified on Solaris, WinNT4.0 for Japanese locale.
- duplicates
-
JDK-4027482 Runtime.exec can't execute a command including non-Latin1(Japanese) characters
-
- Closed
-