DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20215>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20215 System.getProperties() ------- Additional Comments From [EMAIL PROTECTED] 2003-05-26 09:23 ------- ok, i made more tests: test in jdk 1.4.1_02-b06 command line: java -cp ./obj ListSystemProperties file.encoding=MS950 user.country=TW user.language=zh user.timezone=GMT+08:00 omit fork attribute and fork="false" are same with command line. but fork="true" are the wrong. [java] file.encoding=Cp1252 [java] user.country=US [java] user.language=en [java] user.timezone= and there are no i18n.jar in jdk 1.4.1 test in jdk 1.3.1_06-b01 command line: file.encoding=MS950 user.region=TW user.language=zh user.timezone=Asia/Taipei omit fork attribute and fork="false" are same with command line. but in fork="true": [java] file.encoding=MS950 // correct [java] user.region=TW // correct [java] user.language=zh // correct [java] user.timezone= // missing, either i18n.jar in classpath or no