Link to home
Start Free TrialLog in
Avatar of willa666
willa666Flag for United States of America

asked on

Eclipse issue on startup

When i got in this morning and started my system i got the following error on opening eclispe.
"Could not launch the product because the associated workspace is currently in use."

I restarted and then search the net for answers and foung on ethat said to do a file > import   and then import from an existing project but thi sdid not work.

any ideas?

Willa
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Eclipse terminated incorrectly and left a lock file. It is H:EclipseWorkspace.metadata.lock. Delete that file and Eclipse will start working again. You should still have your work. If that doesn't work, delete the entire .metadata folder. In this case, Eclipse will loose the knowledge of what projects you had in the workspace. You will have to import the project with

File > Import > Existing Projects into Workspace > Next

Then browse to H:EclipseWorkspace and select the projects you want to have in your workspace.
as CEHJ had said before
Avatar of willa666

ASKER

Hi CEHJ

I have a folder in the root of my workspace called .metadata and their is a .lock file in their but their are no other files inside the project files.

W
Delete that first and then we can think about restoring
OK so that did not work, What i am trying now is recreating the project from scratch.

I commited my changes last night so by droppingthe whole project and pulling a fresh copy into a new directory and creating the project again i should be good.

what else where you guys going to sudjest ?
You might like to look in the .log file to see what happened
>> do a file > import   and then import from an existing project but thi sdid not work.

Meaning were you able to do at least some of that? What exactly?
Yes that should solve your problems, are you still having any issues with it?
:-)