从命令提示符清理并启动 eclipse
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25765684/
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
Clean and Start eclipse from command prompt
提问by Shitu
What is the command to start the eclipse from command prompt. After installing jadclipse I am not getting the jadclipse option under preferences, and read somewhere that starting and cleaning from command prompt will solve the issue.
从命令提示符启动 eclipse 的命令是什么。安装 jadclipse 后,我没有在首选项下获得 jadclipse 选项,并在某处阅读从命令提示符启动和清理将解决问题的地方。
回答by JagPK
You can use this in the command line
您可以在命令行中使用它
cmd_line_path>eclipse.exe -clean
cmd_line_path>eclipse.exe -clean
回答by Ben Win
- Navigate in your cmdprompt to the eclipse installation folder using
cd
- execute
eclipse.exe [calling arguments]
- 使用 cmdprompt 导航到 eclipse 安装文件夹
cd
- 执行
eclipse.exe [calling arguments]
Another approach would be to add the eclipse installation folder path to your PATH environment variable
open cmd
and execute eclipse.exe [calling arguments]
directly
另一种方法是将 eclipse 安装文件夹路径添加到您的 PATH 环境变量中 opencmd
并eclipse.exe [calling arguments]
直接执行