标签:style blog http color io 使用 java ar 文件
在使用别人的项目的时候,导入到eclipse中发现js文件报错,解决办法是关闭eclipse的js校验功能。
三个步骤:
1.Eclipse代码
右键点击项目->properties->Validation->Errors/Warming
将Enable Javascript Sematic validation前面的钩子去掉
2.打开.project 文件下面代码去掉
<buildCommand> <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> <arguments> </arguments> </buildCommand>
3.复制一份js代码,重新建js文件,因为原来那个文件已经被记录成是有错误的了
标签:style blog http color io 使用 java ar 文件
原文地址:http://www.cnblogs.com/Rainy-/p/3966601.html