java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlObject
I get that error when I run my code. Ok, that's fine - I just forgot to get XMLBeans... but it's been retired and I can't find a recent version in their archives. So I found that JAXB can be an alternative, I downloaded it and tried adding the jar files to my library in Intellij, but I still get the same error looking for the XMLBeans dependency.
How do I get Apache POI to use JAXB in place of XMLBeans? Why does JAXB have like 7 different jar files and I can't find out what any of them do? I just want to work on some excel files and not go on a wild goose chase :(