Reputation: 40
I am getting the following error,
java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject
I'm using Maven and have included the poi and poi-ooxml dependencies. This installed the xmlBeans jar so i'm not sure why it isn't working.
Any help is appreciated
Upvotes: 0
Views: 8880
Reputation: 1112
It sounds like the jar is corrupt. Try the second answer from the following question: Deploying Maven project throws java.util.zip.ZipException: invalid LOC header (bad signature)
In other words:
Upvotes: 2