0

I have one problem with my Eclipse IDE. When I launched it, I have the error below :

Click here to show error

I have already tried to reinstall Eclipse and to change folder of workspace but I have already this error.

greg-449
  • 109,219
  • 232
  • 102
  • 145
  • Would [this](https://stackoverflow.com/questions/8489322) help? – LW001 Nov 09 '17 at 17:42
  • I have already try to do this but nothing –  Nov 09 '17 at 17:43
  • do you have permission to write data on that path? check by creating a textfile and them delete – Raul Vasi Nov 09 '17 at 17:51
  • Please see the below answers: https://stackoverflow.com/questions/8489322/eclipse-says-workspace-in-use-or-cannot-be-created-chose-a-different-one-ho – Ragas Nov 09 '17 at 17:54
  • @RaulVasi Yes I have the permission. Sagar P I have already try to do this –  Nov 09 '17 at 18:30
  • is ur workspace folder readonly? – ajc Nov 09 '17 at 19:54
  • If it's not read-only, is its location valid? *What location are you trying to use?* – nitind Nov 09 '17 at 21:41
  • I used My Document. The workspace is OK because on my laptop I don't have any problem but on my computer I have this problem –  Nov 10 '17 at 17:35

1 Answers1

0

Try starting eclipse through your command line. Try the following command

eclipse -data c:/folder/of/your/workspace

This will ensure eclipse starts up at the workspace folder you want and not the default.

E.S.
  • 2,733
  • 6
  • 36
  • 71