JeffersonLab / clas12-offline-software

CLAS12 Offline Software
10 stars 73 forks source link

JAXB implementation missing #800

Closed gavalian closed 2 years ago

gavalian commented 2 years ago

When switching to JDK 11, there was an issue with JAXB implementation. Problems with parsing XML files, for EVIO and BOS libraries in clas-io common tools.

The fix is described here. and will be implemented. https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception

baltzell commented 2 years ago

I think this was resolved by #802 ?