eclipsec.exe options/ command line usage?

19,199

The Eclipse runtime options
- http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
using p2 director to install/uninstall plugins
- https://wiki.eclipse.org/Equinox/p2/Director_application
- http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html

There is also linked Question Build Eclipse Java Project from Command Line

Share:
19,199
Vamsi Emani
Author by

Vamsi Emani

Software craftsman at Pramati technologies, Hyderabad. Groovy/grails, Java programmer. Linux enthusiast. Also interested in python and smalltalk.

Updated on August 22, 2022

Comments

  • Vamsi Emani
    Vamsi Emani over 1 year

    Is there an exhaustive list of documented commands that I can use with eclipsec.exe?

    Build Eclipse Java Project from Command Line

    I see that we can build projects outside GUI. Is the command line powerful enough to control any other features inside eclipse GUI?

    For example : Is it possible to launch a saved "Java Application" inside eclipse workspace from the command line directly?

    Basically, I want to explore all options that I have on eclipsec.exe. I tried eclipsec.exe --help and eclipsec.exe -help to see if I can get some help but none of them work.