java.lang.NoClassDefFoundError: javax/activation/DataSource on wsimport Intellij java 9

前端 未结 4 638
再見小時候
再見小時候 2020-12-15 06:27

i\'m trying to generate class stubs for a wsdl with Intellij-Idea 2017.2.5 (Webservices -> Generate code from wsdl...) using JDK-9

I\'m getting this exception and i

4条回答
  •  孤城傲影
    2020-12-15 07:01

    I had the same problem. After changing the project jdk, it works for me.

    Change project jdk to 8.

提交回复
热议问题