dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

dbptk-app-2.10.1.jar: javax.xml.bind.JAXBException with Java 15

Open ibbenz opened this issue 1 year ago • 2 comments

After starting up the dbptk-app the following errors occurred:

Errors: WARN could not get type for name javax.xml.bind.annotation.adapters.XmlAdapter from any class loader Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException

This issue seems to origin from an incompatibility with Java 15. I use OpenJDK Runtime Environment (build 15.0.2+10) from BellSoft.

According to the following link the jaxb-api jar has to be integrated in the application: https://www.studytonight.com/post/solved-javalangnoclassdeffounderror-javaxxmlbindjaxbexception-in-java-11

Question Will there be soon a release which will tackle this issue? Which would be a feasible workaround where the dbptk-app is able to run with Java 15?

ibbenz avatar Sep 23 '22 07:09 ibbenz