Search code examples
eclipseworkspace

Why do projects that I add to my 'workspace' folder don't show up? [ECLIPSE]


I am using Eclipse Indigo, and after having successfully extracted my project folder into my Eclipse workspace, it does not show up in the package explorer. I tried refreshing eclipse and restarting it, to no avail. I am 100% certain my eclipse is using the right directory and the project is in it.

What could be the problem? Thank you.

EDIT: "import projects into workspace" worked for me, but why was that necessary?


Solution

  • Files in the directory are not automatically picked up by the package explorer. You need to import them.

    Try using the File > import, then choose

    Existing Projects into workspace.
    

    There is a checkbox that says "Copy projects into workspace" which copies it to your workspace if it happens to be in a different folder. If you start with your files in another folder, you'll see how it's copied and set up with configuration files in your workspace directory.