开发者

XML parser Jar confusion

开发者 https://www.devze.com 2023-04-07 22:36 出处:网络
I need to know which jar contains the following开发者_JAVA技巧 class com.ibm.xml.jaxp.datatype.XMLGregorianCalendar

I need to know which jar contains the following开发者_JAVA技巧 class

com.ibm.xml.jaxp.datatype.XMLGregorianCalendar

kindly help me


Use the following code snippet:

System.out.println(com.ibm.xml.jaxp.datatype.XMLGregorianCalendar.class.getProtectionDomain().getCodeSource().getLocation());


this jar exists in xml-apis.jar


Are you using Maven ?

mvn dependency:tree

Then in the output look for: com.ibm.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号