在myeclipse中出现JSP出现错误应该怎么办

如题所述

在myeclipse中出现JSP出现错误只要把validation去掉就可以了。
选中当前工程,右键单击properties,弹出properties界面
然后选择MyEclipse—>validation—>Excluded Resource下找到不需要验证的文件或者文件夹
在不需要验证的文件或者文件夹前打勾,然后点击 "OK"按钮保存。
解决Cannot return from outside a function or method报的错。
法一:在MyEclipse菜单栏window --->preferences --->myeclipse --->validation --->javascript validator for Js files 把Bulid 复选框的勾去掉 就可以了
法二:在所建立的工程项目上右键单击,找到myeclipse-->Exclude Form Validation单击一下,打上√号
温馨提示:答案为网友推荐,仅供参考
相似回答