您的位置:首页 > 编程语言 > Java开发

eclipse中不能找到dubbo.xsd解决方法

2016-09-11 22:52 323 查看
使用dubbo时遇到问题:

org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

先下载dubbo.xsd文件

先从网上下载 dubbo.xsd文件 

下载地址:http://download.csdn.net/download/he000111/8244449

进行配置
eclispe-->window-->preferences-->xml catalog-->add 注意KEY 需要以/dubbo.xsd结尾,如下图所示

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  dubbo.xsd