Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does my Eclipse keep not responding? [closed]

Tags:

eclipse

I'm using Eclipse, and at random times, it will just freeze up and stop responding. Does this happen to anyone else? It usually happens when I click on a line of code, whether it be Java or XML. Any ideas on how to fix it?

System Specs:

enter image description here

like image 458
Cole Avatar asked Jul 24 '12 20:07

Cole


People also ask

Why my Eclipse is closing automatically?

Memory Setting. This is also one of the main reason for this problem. Sometimes when you run a memory intensive application in Eclipse and Eclipse run out of memory then you can get this issue. To increase the memory open the eclipse.

How do you open an Eclipse?

To run Eclipse, open the " /usr/local/eclipse " folder and click on the "Eclipse" icon; or start a "Terminal", enter "eclipse".

How do I close an Eclipse package?

To close a project, select the project select then go to Project menu and select close project.


1 Answers

Open your workspace\.metadata\.log file. That will tell you usually what is going wrong.

like image 142
Ajay George Avatar answered Sep 16 '22 22:09

Ajay George