美文网首页springboot
Spring Boot : javax.xml.bind.JA

Spring Boot : javax.xml.bind.JA

作者: 光剑书架上的书 | 来源:发表于2017-12-02 18:00 被阅读54次

    How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException in Java 9

    I have some code that uses JAXB API classes which have been provided as a part of the JDK in Java 6/7/8. When I run the same code with Java 9, at runtime I get errors indicating that JAXB classes can not be found at runtime.

    The JAXB classes have been provided as a part of the JDK since Java 6, so why can Java 9 no longer find these classes?

    相关文章

      网友评论

        本文标题:Spring Boot : javax.xml.bind.JA

        本文链接:https://www.haomeiwen.com/subject/icanbxtx.html