Skip to content

JAXB missing in newer versions of JAVA #21

@jslabonte

Description

@jslabonte

JAXB have been removed in latest version of JAVA, you need to add it manually in pom.xml or you get the following error: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter

Fix; open pom.xml and add the following in dependencies:

    <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>2.3.1</version>
    </dependency>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions