myeclipse 很慢,解决办法 主要问题出在 javascript 验证上面
myeclipse 速度慢,一般通过将验证去掉就解决了。将 myeclipse 中的 验证区的全部去掉,java文件的保存操作,速度很快。可是jsp文件的操作却一直很慢。总是在building workspace,但是打开进度信息,发现在验证/webroot/js ,可明明已经在验证区将 javascript 验证去掉了,为什么还是出现这个问题? 通过网上搜索,终于找到了解决办法。
如下:
If you go to Project > Properties > Builders, do you see a “JavaScript Validator” item in the list? Uncheck that and restart MyEclipse. Does performance now improve?
Alternatively, go to Project > Properties > MyEclipse > JavaScript > JavaScript Libraries. If this page exists in your web project, go to the Source tab, select your WebRoot folder and click Remove. Restart MyEclipse.

想看详细点的,往下看吧
问题:
I’m running myeclipse, version 7.0 on windows (4Gb RAM, P8440 dualcore processor )
When I work on a web project, and I apply some change on a text file, workspace stays idle in a rebuild for some seconds; moreover, if I change a single java file, not related with other in the workspace, I have to wait for a workspace rebuild that occurs for ten seconds at least.
I disabled all validators or capabilities that I don’t use, but with no performance improvement.
Thanks in advance.
近期评论