Review request for 7034570 - java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
Ulf Zibis
Ulf.Zibis at gmx.de
Thu Apr 14 21:10:11 UTC 2011
If you like, you can save 1 more line:
return sb.append('\u0000').toString();
;-)
-Ulf
Am 14.04.2011 22:55, schrieb Ulf Zibis:
> sb.append('\u0000');
> return sb.toString();
More information about the core-libs-dev
mailing list