'java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory not found

I get this issue. I tried to add jar files but it is not resolved.

    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:226)
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:441)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:641)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:584)```

This is my jar files:
jaxb-api-2.3.1
jaxb-core-3.0.0
jaxb-impl-3.0.0
jaxb-runtime-2.3.1
jakarta.xml.bind-api-2.3.3
javassist-3.19.0-GA
javassist-3.12.1.GA

I am using hibernate 5.4.10 and java 8.


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source