I am using Linux Mint Debian

Eclipse 3.5.2

Anytime I save it gets stuck on 66%

Need to know how to diagnose or fix the issue

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Check your workspace log for errors:

less workspace/.metadata/.log

Or tail while saving:

tail -f workspace/.metadata/.log
link|improve this answer
This was a great idea, though no new logs came up while saving – Seth Hikari Apr 12 '11 at 19:13
try starting eclipse from the command line and see if it outputs any errors to the terminal – sreimer Apr 12 '11 at 19:18
No errors were reported and I tried using -clean command, but did not help – Seth Hikari Apr 12 '11 at 19:27
Removed build automatically fixed the issue. – Seth Hikari Apr 12 '11 at 19:44
problem was the time it took to build a large shared library – Seth Hikari Apr 16 '11 at 18:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.