"Remote System Explorer Operation" causing freeze for couple of seconds
I observe "Remote System Explorer Operation" in Progress view of Eclipse after each save of Java file (so it might be related to compiling?). It makes the Eclipse unusable for 1 to 10 seconds. In some projects (of about the same size) it's quicker, in some it's slower.
I have no idea which plugin might be the cause for it. I have Build id: 20090920-1017
. I have quite a few plugins installed.
I have tried turning all the remote systems to enabled=false
under Preferences | Remote Systems (whatever it means). I didn't help.
Any idea how to solve it?
EDIT:
- It doesn't happen when
Project | Build automatically
is turned off. So it's some part of the building process.
Solution 1:
Here are the steps:
- Click on the
Windows
>Preferences
menu - Select
General
>Startup and Shutdown
in the tree - Uncheck
RSE UI
- Select
Remote Systems
in the tree - Uncheck
Re-open Remote Systems view to previous state
- Restart Eclipse
Note: You must have Eclipse 4.3.1 (or newer) due to a bug on previous version
Solution 2:
Here are the steps:
- Click on the
Windows
>Preferences
menu - Select
General
>Workspace
>Build Order
in the tree - Uncheck
Use default build order
- Select
RemoteSystemsTempFiles
- Click
Remove Project
- Click
Apply and Close
Solution 3:
This was driving me crazy too.
Thanks to this topic I got to understand it was the plugin RSE
, but I could not uninstall the Remote System Explorer
plugin tool either.
I had to remove all the plugins whose name started by org.eclipse.rse in plugins/
, it's working now.