Eclipse hangs on loading workbench

后端 未结 22 1305
滥情空心
滥情空心 2020-12-04 05:43

My eclipse stops loading workbench. I tried already starting with ./eclipse --clean

When starting from console it throws following exception:

java.lang         


        
22条回答
  •  情歌与酒
    2020-12-04 05:53

    ./eclipse -clean -refresh
    

    as mentioned in comment by sulai Dec 20 '12 at 12:46, that worked for me.

    However, on the Mac OS X, I had to figure out how to get to ./eclipse

    Here's the solution:

    cd Eclipse.app/Contents/MacOS/
    

    Thank you Andrew's comment for this post: https://stackoverflow.com/a/1783448/2162226

提交回复
热议问题