DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29748>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29748 Invalid encoding name "GBK". ------- Additional Comments From [EMAIL PROTECTED] 2004-07-07 14:23 ------- Hi Shiva, The following is the output when I run org.apache.xalan.xslt.EnvironmentCheck #---- BEGIN Listing XML-related jars in: foundclasses.java.class.path ---- xalan.jar-path=D:\Testcases\29748\xalan-j_2_6_0\bin\xalan.jar xml-apis.jar-apparent.version=xml-apis.jar from tck-jaxp-1_2_0 branch of xml- commons, tag: xml-commons-external_1_2_01 xml-apis.jar-path=D:\Testcases\29748\xalan-j_2_6_0\bin\xml-apis.jar #----- END Listing XML-related jars in: foundclasses.java.class.path ----- version.SAX=2.0 version.xalan2x=Xalan Java 2.6.0 #----- END writeEnvironmentReport: Useful properties found: ----- # YAHOO! Your environment seems to be OK. The following is the output when I run org.apache.xalan.Version ---------- Xalan Java 2.6.0 ---------- org.apache.xalan.xslt.EnvironmentCheck also provided the location of xalan.jar file. It appears that in your environment different version of xalan.jar is being picked at runtime. You can see from the output that for xalan.jar version 2.6.0, correct version is being reported. Since you are getting "version.xalan2x=Xalan Java 2.4.1", it means that version 2.4.1 of xalan.jar is located somewhere in the classpath. Please ensure that version 2.6.0 of xalan.jar is located at front of classpath and it is picked first at runtime. I hope this helps! Please let me know how it goes. Yash Talwar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
