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

Disable XML validation in Eclipse - 解决validation xml慢问题

2016-10-06 19:49 711 查看
1.

Properties > Validation

you have two options:

Configure Workspace Settings (disable the validation for the current workspace)
uncheck the manual and build for:XML Schema Validator,
XML Validator

Check enable project specific settings (disable the validation for this project)
uncheck the manual and build for:XML Schema Validator,
XML Validator

Right-click on the project and select Validate to make the errors disappear

2.
Window > Preferences > Validation > uncheck XML Validator Manual and Build

转载:http://stackoverflow.com/questions/7489510/disable-xml-validation-in-eclipse
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐