Eclipse hangs after a while with java error

I am using Eclipse Juno for Android development purposes.

I am working on a project containing 4-5 libraries in it. Know what the reason is, but after several use of the same project My Eclipse hang. Another thing is just to hang while I try to start the application from eclipse.

After that, my Eclipse will stop working and is not responding. When I click on this, I got the message below, closing Eclipse. Message: enter image description here

I don’t know what is the reason for this. Please help me in solving this problem.

+5
source share
3 answers

This is due to damaged workspace. For solution see

this

- . , , Eclipse . , . "workspace1". Eclipse . , , .

,

+6

, Eclipse, - - . eclipse.ini Eclipse , -Xmx512m, -Xmx1g ( 2g, ). -Xms40m -Xms512m , Eclipse .

+2

Close the project from the eclipse and try again. If this does not work, copy your projects to the new workspace and open them from there.

0
source

All Articles