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?
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?
The command I was looking for appears to be
open -a /Applications/STS.app --args -clean