Message: jquery-1.7.2.min.js error in Eclipse
Solution :
1) Right click your Project root folder in your Eclipse Project Explorer View
2) Properties > JavaScript > Include Path > Source Tab
3) Select Excluded and Edit… and then Add
4) Now you can either browse for JavaScript file which has errors or just enter a wildcard pattern which will exclude anything matched by your pattern. In my case in entered **/jquery*.js to exclude all jQuery library files.
5) Then you can hit OK, Finish and OK again
Your Eclipse Progress View should now show a Building Workspace message
The Error Symbol is gone!
By http://imwill.com/eclipse-java-ee-jquery-validation-error-workaround/#.UKl2abTx7nY
'안드로이드 > Eclipse' 카테고리의 다른 글
[eclipse]Toggle Bolck Selection 단축키 설정 (0) | 2014.07.21 |
---|---|
[android][eclipse]블루스택(bluestacks) & 이클립스 연동 (1) | 2014.07.18 |
[Eclipse][error]An error occurred ... bundle com.android.ide.eclipse.adt (793) (0) | 2012.11.16 |
[eclipse]Incompatible JavaHL library loaded. 1.7.x or later required. (0) | 2012.10.17 |
[android][eclipse]Rename Resource (0) | 2012.09.29 |