how to run Eclipse -clean on a Mac?

前端 未结 5 393
温柔的废话
温柔的废话 2021-01-30 10:35

I can run eclipse -clean on my PC, but on my Mac, the executable is Eclipse.app -- how do you run that with arguments on the command-line?

5条回答
  •  无人共我
    2021-01-30 11:05

    I had this problem earlier today. When I would try to run clean option it still wouldn't finish building the workspace. I found that if I removed the .metadata file from the workspace it would create a brand new workspace and even launch the initial welcome screen. Warning this will remove all of your builds, and all information from your workspace in eclipse, however it will remain intact in your finder folder which you can later import from with a little finagling.

提交回复
热议问题