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?
I can run eclipse -clean on my PC, but on my Mac, the executable
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you CD to the eclipse installation directory using terminal, then you will see there is a directory called
eclipse.app. CD toEclipse.app\Contents\MacOSunder that directory there should be an executable calledeclipse.I believe you can launch eclipse from the commandline by executing the
eclipseexecutable with the-cleanargument, as below: