java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader
java, noclassdeffounderror
Solution
According to this bug report, Xalan 2.7.x does not have the `FuncLoader` class included. Try downgrading to Xalan 2.6.x.
Problem
I am using Eclipse with Java 1.6 and have included following jar files in the build path xalan-2.7.1.jar, xmlsec-1.1.jar, xmlsec-2.0.jar but I still get following error message when I compile the code: `java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader` The code where its erroring out is: `static { org.apache.xml.security.Init.init(); }`