You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Hendrik Fuß <hf...@helix-informatics.de> on 2002/02/08 17:33:13 UTC

RE: Started getting this exception after JDK 1.4 upgrade?

Looks like I have a problem which is not related to boot classpath:


$ echo $CLASSPATH
xalan.jar;xerces.jar;xml-apis.jar

$ java org.apache.xalan.xslt.Process
java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_de
          at org.apache.xalan.xslt.Process.main(Process.java:209)
Exception in thread "main"


If I use JDK 1.3.1_02 everything works fine. Perhaps something to do with
localization?

bye,
Hendrik