How do I fix eclipse's hang on 66% while building workspace?

20,453

Check your workspace log for errors:

less workspace/.metadata/.log

Or tail while saving:

tail -f workspace/.metadata/.log
Share:
20,453
Seth Hikari
Author by

Seth Hikari

Updated on September 18, 2022

Comments

  • Seth Hikari
    Seth Hikari over 1 year

    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

  • Seth Hikari
    Seth Hikari about 13 years
    This was a great idea, though no new logs came up while saving
  • sreimer
    sreimer about 13 years
    try starting eclipse from the command line and see if it outputs any errors to the terminal
  • Seth Hikari
    Seth Hikari about 13 years
    No errors were reported and I tried using -clean command, but did not help
  • Seth Hikari
    Seth Hikari about 13 years
    Removed build automatically fixed the issue.
  • Seth Hikari
    Seth Hikari about 13 years
    problem was the time it took to build a large shared library