Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException

前端 未结 4 1605
无人共我
无人共我 2021-02-19 02:20

I have to read xls file in java.I used poi-3.6 to read xls file in Eclipse.But i m getting this ERROR\"Exception in thread \"main\" java.lang.NoClassDefFoundError: org/a

4条回答
  •  你的背包
    2021-02-19 02:56

    Had the same error on Apache POI 3.16. Added the following jars from Apache POI /ooxml-lib/xmlbeans-2.6.0 and for the next exception regarding collections /lib/commons-collections4-4.1.jar to fix.

提交回复
热议问题