I am getting this error when building the library: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
This is what I get when I get java versions on my Mac:
java version "1.8.0_211"
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
The project is open source here: https://github.com/NickM-27/LinkPreview
I have tried cleaning as well as clearing and re-downloading from git to no avail
Please let me know what other information you need.