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

后端 未结 11 1647
梦毁少年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:00

    Well, apparently a link to a website with the solution to this issue is unacceptable, so I'll paste the answer here:

    
    
    
        
            
        
    
    

    The issue is due to the relevant jaxws jar not being in the class path see the pathelement node above. Adding the jar to the classpath resolves the issue.

提交回复
热议问题