When using Eclipse 3.7, I added the jquery.xx.js file to the project and found that an error message (red It's because Eclipse 3.7 added the JS verification framework org.eclipse.wst.jsdt.core.javascriptValidator in the .project configuration file. After joining this framework, if the js file writing rules do not comply with the specifications, an error will be reported. But the project can still run normally. So I thought about deleting it in order to prevent the error message from affecting my mood. The project can also operate normally.
The operation is as follows:
In the root directory of the project, find the .project file, open it with a file editor, and set the
After deleting, save the file. When I returned to Eclipse, I still found an error. I selected all the contents of the file, cut it, saved it, pasted it, and saved it. You can clear the error message.