what is the Difference between the “org.apache.xpath” package in xerves.jar and “com.sun.org.apache.
Akshat Tandon
Greenhorn
Joined: Jul 21, 2008
Posts: 2
posted
0
what is the Difference between the “org.apache.xpath” package in xerves.jar and “com.sun.org.apache.xpath.internal" package inside rt.jar.
Actually we have facing this issue of java.lang.ClassNotFoundException: org.apache.xpath.XPathAPI which i migrated my build server to jdk 1.7 from jdk 1.6 .
As a workaround we have placed xerces.jar in ext folder but this is very weird that same stuff worked fine with jdk 1.6 .