How to -clean start STS on Mac?

匆匆过客 提交于 2019-12-11 10:59:45

问题


I want to execute

./eclipse -clean

as described in this answer.

However, I am running STS installed as an application on Mac.

What is the equivalent command for Mac users?


回答1:


The command I was looking for appears to be

open -a /Applications/STS.app --args -clean


来源:https://stackoverflow.com/questions/32336213/how-to-clean-start-sts-on-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!