I am facing this problem from last week, I apply all solutions on SO but didn't work in my case. How to resolve this problem.
Asked
Active
Viewed 248 times
0
-
could you post your error in eclipse?., I used to work on eclipse but I switched to Intellij then now I'm using Android Studio. May be you could consider this IDE. They are working well in my ubuntu 14.04 lts. – chkm8 Nov 10 '14 at 07:59
-
@chkm8, actually this is not an error but after closing log.txt file show following lines.... – Amol Pawar Nov 11 '14 at 06:57
-
!ENTRY org.eclipse.core.resources 2 10035 2014-11-11 12:21:44.492 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. – Amol Pawar Nov 11 '14 at 06:58
-
have you tried to use a fresh copy of your eclipse, maybe that copy somehow corrupted due to force closed or some error. – chkm8 Nov 11 '14 at 07:04
-
@chkm8, No, but now I am using Android studio and It works fine.... – Amol Pawar Nov 11 '14 at 10:38
1 Answers
0
I thinks your answer may be here or here.
I addedd the following lines at the end of the eclipse.ini file .(eclipse.ini file is located in eclipse folder of eclipse package.)
-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Xms512m
-Xmx1024m
-XX:PermSize=256M
-XX:MaxPermSize=512M
And it works for me!

Community
- 1
- 1