Eclispe 卡顿问题解决

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!

你可能感兴趣的:(Eclispe 卡顿问题解决)