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

前端 未结 4 633
再見小時候
再見小時候 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:02

    Just for other people with the same exception coming here:

    This problem can also occur if you use a web server such as tomcat and if you need the activation jar to be present there as well. One possible solution is to put it in the lib folder of tomcat (or to use the common.loader functionality).

提交回复
热议问题