本文主要是介绍ClassNotFoundException: org.apache.ws.commons.schema.resolver.URIResolver,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在使用Axis2+eclipse开发web service时,在启动tomcat时,一直报错:
java. lang.ClassNotFoundException: org.apache.ws.commons.schema.resolver.URIResolver
解决的有效方法是:
1. 在Axis2的安装目录下的lib文件夹下找到xmlschema-core-2.2.1.jar文件。
2. 将xmlschema-core-2.2.1.jar文件拷贝到tomcat安装目录下的lib文件夹里。
3.重新部署启动tomcat。
这篇关于ClassNotFoundException: org.apache.ws.commons.schema.resolver.URIResolver的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!