Cannot get Xalan to run any example
问题 I downloaded Xalan-Java Version 2.7.1 , unpack it, and then set the PATH for java and CLASSPATH for xalan: set path=%PATH%;c:\Program Files\Java\jre6\bin set classpath=%CLASSPATH%;c:\Xalan\ (I also tried setting the classpath only for xalan.jar, xercesImpl.jar, xml-apis.jar) When testing a simple Hello World example (or any other example): java org.apache.xalan.xslt.Process -in hello.xml -xsl hello.xsl -out hello.html I always get this: Exception in thread "main" java.lang