I am trying to migrate my application from JRE6 to JRE7 on LINUX machine. I am getting this error java.lang.NoClassDefFoundError: org/apache/xpath/objects/XObject
while I was deploying the application.
One of the jar
(which would be compiled with some lower JAVA version) calls some function in the class XObject.
Is there any possibility to have version compatibility issue. I have not changed anything in build.xml file and it perfectly runs fine on JRE6.
You have do add the
xalan.jar
to your classpath.