Eclipse Kepler freezes when saving

I recently had a problem with Eclipse. I am developing a Java application. It suddenly freezes whenever I try to save a file. In fact, this happens with some files in my project, while it works fine with others. I checked the .log file in my workspace and there is no error message! I tried disconnecting my project from GIT, but the problem remained. It drives me crazy. I have to restart Eclipse many times every day.

Any solution would be greatly appreciated.

+4
source share
2 answers

In the end, it worked. I created a new workspace and imported it into my project. Since then, everything works well, like magic! It seems that the problem arose because my workspace was too old. I have been working on the same workspace with over 2 years. Thanks guys for your time to help.

+1
source

Such problems should contain all related information: OS, Java, Eclipse, a list of installed plugins. Sample file saved. CPU, RAM size, memory for Eclipse.

Without knowing these details, some recommendations are to analyze and try to find the reason by comparing:

  • try another computer
  • with a different version of Java
  • another version of Eclipse
  • same version of Eclipse without any additional plugins.
  • Eclipse

, , .

, " " .

..

  • , , Eclipse .

. Eclipse?

0

Source: https://habr.com/ru/post/1526455/


All Articles