从命令提示符清理并启动 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 05:24:49  来源:igfitidea点击:

Clean and Start eclipse from command prompt

eclipsecmdjadclipse

提问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

  1. Navigate in your cmdprompt to the eclipse installation folder using cd
  2. execute eclipse.exe [calling arguments]
  1. 使用 cmdprompt 导航到 eclipse 安装文件夹 cd
  2. 执行 eclipse.exe [calling arguments]

Another approach would be to add the eclipse installation folder path to your PATH environment variable open cmdand execute eclipse.exe [calling arguments]directly

另一种方法是将 eclipse 安装文件夹路径添加到您的 PATH 环境变量中 opencmdeclipse.exe [calling arguments]直接执行