Eclispe 卡顿问题解决

2018-08-30  本文已影响0人  cschen

Eclispe 卡顿问题解决

1. Remote System Explorer Operation 引起的卡顿

Go on

Eclipse -> Preferences -> General -> Startup and Shutdown.

-Uncheck RSE UI.

Eclipse -> Preferences -> Remote Systems.

-Uncheck Re-open Remote Systems view to previous state.

Update your Eclipse to 4.3.1 (at least) due to a bug on previous version.

Restart Eclipse and its done.

2.JPA Project Change Event Handler (waiting) 引起的卡顿

1.) exit eclipse

2.) go to eclipse install directory

mkdir disabled
mkdir disabled\features 
mkdir disabled\plugins
move plugins\org.eclipse.jpt.* disabled\plugins
move features\org.eclipse.jpt.* disabled\features

其实就是把plugins 和 features下面的org.eclipse.jpt.*删掉

3.) Restart eclipse.

Done!

上一篇 下一篇

猜你喜欢

热点阅读