【问题标题】:JAVA11: java.lang.ClassNotFoundException: javax.jws.soap.SOAPBinding$Style cannot be foundJAVA11:java.lang.ClassNotFoundException:找不到 javax.jws.soap.SOAPBinding$Style
【发布时间】:2021-05-15 03:09:51
【问题描述】:

我正在使用的第三方 JAR 之一使用此类并且无法找到 javax.jws.soap.SOAPBinding$Style 实现。

有什么帮助吗?

【问题讨论】:

  • 试试:javax.jws:jsr181-api:1.0-MR1 依赖

标签: soap binding java-11


【解决方案1】:

正如@miche.atucha 所述。添加以下依赖项对我有用

<!-- https://mvnrepository.com/artifact/javax.jws/jsr181-api -->
<dependency>
    <groupId>javax.jws</groupId>
    <artifactId>jsr181-api</artifactId>
    <version>1.0-MR1</version>
</dependency>

【讨论】:

    猜你喜欢
    • 2018-10-11
    • 2014-11-28
    • 2021-08-30
    • 2019-05-11
    • 2018-04-04
    • 2019-09-19
    • 2018-09-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多