Domanda

I had to reinstall some things on my computer, eclipse being one of them. I took my workspace and made a folder out of it and left it on my desktop. I used Indigo last time, but I have to update some time, so I decided to upgrade to Juno. I set the default workspace to a new folder, eclipseWorkspace, and dragged all the files from my previous workspace into the new file (eclipseWorkspace). I also set the default workspace to eclipseWorkspace, but none of my old files show up in the navigator or pack explorer. I'm sure that this is just a small mistake that requires me deleting some file or something like that, but I've been at this for about an hour and I'm not really sure where to go from here. How do I get all of my old Java projects to my new workspace?

È stato utile?

Soluzione

Use import into the new workspace...

Altri suggerimenti

If you go to File --> Import, then select Existing Projects into Workspace. You can then select the root directory of your workspace. Eclipse should do the rest for you.

First use the import option for old projects.

If want to copy your old setting then copy to your new workspace:

.metadata/.plugins/org.eclipse.core.runtime/.settings
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top