Issue
So I copied a bunch of java projects into my eclipse-workspace, but I cannot refresh the projects because they cannot be seen in the Eclipse. Is there even a way to do it?
Solution
I guess you need to use File-Import-Existing_project into the workspace. (apply to each new project). Browse to the location where the .classpath and .project files locates in your project.
Answered By - itfedorovsa
Answer Checked By - Mary Flores (JavaFixing Volunteer)