Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse get hang after some time with error of java

I am using Eclipse Juno for android development purpose.

I am working on the project contain 4-5 library in it. Do know what is the reason but after several use of that same project My Eclipse get hang. Another thing is it only get hang while i am trying to run the app from eclipse.

After that my Eclipse get stop working and in Not Responding condition. When i click on that, I got below message by closing of Eclipse. Message: enter image description here

I don't know what is the reason for causing of this. Please help me regarding this issue.

like image 430
Shreyash Mahajan Avatar asked Apr 05 '13 06:04

Shreyash Mahajan


1 Answers

It is because of a corrupted workspace. For, solution refer

this

The error was due to a corrupt workspace. As I disable the workspace check in the startup I couldn’t select another workspace since Eclipse wouldn’t start. Rename the workspace e.g. to “workspace1″. Eclipse will start and create a new uncorrupted workspace and work without any problems. Afterwards you can import your project into your new workspace and in the end remove the old corrupted workspace.

So, you have to create a new workspace

like image 160
Linga Avatar answered Sep 19 '22 09:09

Linga