Le 19/09/2018 à 17:05, Andreas Tille a écrit : > Is there any way to verify what JAR is providing which class?
You can type "package com.sun.xml.internal.bind.v2.runtime" in https://sources.debian.org to find out what package provides the class. This one is provided by the JDK up to Java 10. Starting with Java 11 you'll have to use the variant provided by jaxb [1]. Emmanuel Bourg [1] https://sources.debian.org/src/jaxb/2.3.0.1-5/jaxb-ri/runtime/impl/src/main/java/com/sun/xml/bind/v2/runtime/Name.java/