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?
If you CD to the eclipse installation directory using terminal, then you will see there is a directory called eclipse.app
. CD to Eclipse.app\Contents\MacOS
under that directory there should be an executable called eclipse
.
I believe you can launch eclipse from the commandline by executing the eclipse
executable with the -clean
argument, as below:
./eclipse -clean
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With