Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to avoid Remote System Explorer Operation on eclipse?

I'm using Eclipse (tried with Luna,Mars,Oxygen) for Spring boot project. I have installed 2 plugins SpringBoot and TestNG on top of default configuration. I use EGIT for version control system.

My Eclipse is very slow, I have always the job "Remote System Explorer Operation". I disable it according to answers here : "Remote System Explorer Operation" causing freeze for couple of seconds

The problem persist.

How can I speed up my configuration ? Should I remove Spring Boot pluggin from Eclipse ?

like image 888
Youssouf Maiga Avatar asked Jul 20 '17 07:07

Youssouf Maiga


2 Answers

It's an old question but I ran into the same kind of issue (but for me, I was not able to get back control on Eclipse)

I resolved it by deleting the "RemoteSystemsTempFiles" folder in my workspace

Hope it can help

like image 28
alban maillere Avatar answered Oct 13 '22 00:10

alban maillere


Try deleting the "RemoteSystemsTempFiles" folder in

C:\Users\YOUR-USER\eclipse-workspace\RemoteSystemsTempFiles

This worked for me. Thanks to alban maillere.

like image 163
Pol Frances Avatar answered Oct 12 '22 22:10

Pol Frances