eclipse eclipsec.exe 选项/命令行用法?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20322913/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
eclipsec.exe options/ command line usage?
提问by Vamsi Emani
Is there an exhaustive list of documented commands that I can use with eclipsec.exe
?
是否有我可以使用的详细记录命令列表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?
我看到我们可以在 GUI 之外构建项目。命令行是否足够强大以控制 eclipse GUI 中的任何其他功能?
For example : Is it possible to launch a saved "Java Application" inside eclipse workspace from the command line directly?
例如:是否可以直接从命令行在 eclipse 工作区中启动保存的“Java 应用程序”?
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.
基本上,我想探索我在 eclipsec.exe 上的所有选项。我试着eclipsec.exe --help
和eclipsec.exe -help
看看我能得到一些帮助,但他们的工作没有。
采纳答案by Paul Verest
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
Eclipse 运行时选项
- http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
使用 p2 控制器安装/卸载插件
- 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
还有从命令行链接的问题构建 Eclipse Java 项目