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.