java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlObject Error

前端 未结 6 1727
执笔经年
执笔经年 2020-12-05 00:02

I am getting following error

Exception in thread \"main\" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject at OrderBook.WriteToEx

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 00:15

    I faced a similar situation, so i replaced all the external jar files(poi-bin-3.17-20170915) and make sure you add other jar files present in lib and ooxml-lib folders.

    Hope this helps!!!:)

提交回复
热议问题