java.lang.NoClassDefFoundError: com/sun/istack/localization/Localizable?

前端 未结 4 1254
谎友^
谎友^ 2020-12-15 18:45

i try to run my project by tomcat7. afer the generation of the wsdl file of my webservices by jax ws maven plugin (and it generated by success) but tried to view the wsdl fi

4条回答
  •  执念已碎
    2020-12-15 19:09

    I solved time ago changing maven deps with:

    
        com.sun.xml.ws
        jaxws-rt
        version
        
            
                com.sun.istack
                istack-commons-runtime
            
        
    
    

提交回复
热议问题