11

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 ?

Youssouf Maiga
  • 6,701
  • 7
  • 26
  • 42

2 Answers2

2

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

alban maillere
  • 1,038
  • 10
  • 7
1

Try deleting the "RemoteSystemsTempFiles" folder in

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

This worked for me. Thanks to alban maillere.

MyTwoCents
  • 7,284
  • 3
  • 24
  • 52