在使用myeclipse创建了一个servlet中,配置web.xml文件时,报localhost拼写错误报错,很是烦

如下图所示:

The word 'XXX' is not correctly spelled

解决方案:

打开myeclipse的window -> preferences -> General -> Editors -> Text Editors -> Spelling 

在弹出的Spelling窗口中将Enable spell checking 这一项去掉 -> apply -> ok

The word 'XXX' is not correctly spelled

如下图,问题得以解决:

The word 'XXX' is not correctly spelled

相关文章: