Could not initialize class com.sun.xml.internal.ws.fault.SOAPFaultBuilder(无法初始化类 com.sun.xml.internal.ws.fault.SOAPFaultBuilder)
问题描述
我在 maven 库中使用 Jaxb-impl-2.1.3.jar.. 在 pom 条目中一切看起来都很好.. 如果有人遇到此错误,请给我一个想法..
I am using Jaxb-impl-2.1.3.jar in the maven library.. every thing looks fine in pom entry.. if anyone come across with this error pleas give me an idea..
推荐答案
您需要将以下 jars 添加到应用程序的类路径中以使其工作:
You need to add following jars into your application's classpath to make it work:
这篇关于无法初始化类 com.sun.xml.internal.ws.fault.SOAPFaultBuilder的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!