WebService Client Generation Error with JDK8

后端 未结 23 2639
既然无缘
既然无缘 2020-11-27 08:50

I need to consume a web service in my project. I use NetBeans so I right-clicked on my project and tried to add a new \"Web Service Client\". Last time I checked, this was t

23条回答
  •  遥遥无期
    2020-11-27 09:51

    Create a file named jaxp.properties (if it doesn’t exist) under path to your "JDK version/jre/lib" and then add this line in it:

    javax.xml.accessExternalSchema = all
    

提交回复
热议问题