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 Bernhard Mähr <Be...@GMX.at> on 2002/02/20 13:22:46 UTC

ClassCastException

On my Windows XP with Java 1.4 (_not_ RC) 


CLASSPATH=.;D:\Programmierung\jdk14\jre\lib\rt.jar;D:\Programmierung\jdk
14\jre\l
ib\jsdk.jar;D:\Programmierung\jdk14\jre\lib\xalan.jar;D:\Programmierung\
jdk14\jr
e\lib\xml-apis.jar;D:\Programmierung\jdk14\jre\lib\hsqldb.jar


I get following message:

D:\Programmierung\jdk14>java org.apache.xalan.xslt.Process
Exception in thread "main" java.lang.ClassCastException:
org.apache.xalan.res.XS
LTErrorResources_de
        at org.apache.xalan.xslt.Process.main(Process.java:209)


Perhaps someone have an idea what the problem is....

Bernhard