下面几种方法可解决Eclipse中的卡死现象
1、取消验证 windows–>perferences–>validation 把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator
2、关闭拼写检查 windows–>perferences–>general–> editors->Text Editors->spelling 3、对于MyEclipse来讲,修改JSP页面时的编辑工具 Window > perferences > General > Editors > File Associations > 在File types 中选择 *.jsp > 在Associated editors 中将"MyEclipse JSP Editor"设置为默认。