Skip to content

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

Closed
@ibbenz

Description

@ibbenz

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions