3

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.

Shitu
  • 821
  • 5
  • 12
  • 20
  • possible duplicate of [How to run eclipse in clean mode? and what happens if we do so?](http://stackoverflow.com/questions/2030064/how-to-run-eclipse-in-clean-mode-and-what-happens-if-we-do-so) – Velja Radenkovic Sep 10 '14 at 12:47

3 Answers3

2

You can use this in the command line

cmd_line_path> eclipse.exe -clean

JagPK
  • 148
  • 1
  • 9
1
  1. Navigate in your cmdprompt to the eclipse installation folder using cd
  2. execute 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

Ben Win
  • 830
  • 8
  • 21
0

Go to your eclipse ide installation(application.exe)folder type cmd and run below this command. eclipse.exe -clean this is perfectly to solve my problem.