In Java 9, the javax.xml.bind.DatatypeConverter class is part of the the java.xml.bind module, which is not a dependency of the java.se module (though it is a dependency of java.se.ee). To maximize deployment opportunities for the driver, the dependency on this module should be eliminated.
- is related to
-
JAVA-3122 java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
- Closed