Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Ljava/lang/String;Z)V

I have an application where I create excel files with apache POI 3.17 I am having this error message from apache POI logs when I run the application in Tomcat. What does this mean and how can I resolve it?

like image 542
sticky_elbows Avatar asked Aug 03 '26 21:08

sticky_elbows


1 Answers

I ended up add this to the eclipse.ini file: -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

like image 65
DoesEatOats Avatar answered Aug 05 '26 10:08

DoesEatOats



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!