taskdef class com.sun.tools.ws.ant.WsImport cannot be found Following “The java web services tutorial”

后端 未结 11 1457
梦毁少年i
梦毁少年i 2021-02-02 15:50

I saw the same issue in many different locations and even after a good portion of googling, I could not resolve it. What I am trying to do (the bigger picture) is to go through

11条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 16:03

    I changed the classname="com.sun.tools.ws.ant.WsImport" to classname="com.sun.tools.ws.WsImport", which fixed this issue for me.

提交回复
热议问题