Eclipse loops endlessly: Invoking 'Maven Project Builder'

后端 未结 18 842
遇见更好的自我
遇见更好的自我 2021-02-02 05:56

Ugh! My Eclipse is stuck in an endless loop:

  • No operations to display at this time
  • Refreshing Workspace Building
  • Workspace. Invoking \'Maven Pro
18条回答
  •  鱼传尺愫
    2021-02-02 06:24

    I had the same problem. It turns out that I was running Eclipse with the pipe (|) operator, running another process in parallel. The other process was jamming my Eclipse thread. Once I shut down the other process, Eclipse worked fine.

提交回复
热议问题