Error: attempting to use incompatible return type
Hi, I am getting the following error while building my application. I want to support jdk 1.5 to the product.
How can I resolve this issue... I dont have the new lib for the same!
[javac] C:\venus\src\com\martquest\rulebase\RulebaseDom.java:61: getDomConfig() in org.apache.xerces.dom.CoreDocumen
tImpl cannot implement getDomConfig() in org.w3c.dom.Document; attempting to use incompatible return type

