eclipsec.exe options/ command line usage?

command-line, eclipse

Solution

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

Problem

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.

Original source

Related problems