I'm not used to changing workspaces in Eclipse, in fact I only have one workspace. But right now it is necessary to change the workspace and organize various projects, but I do not know how to do it.
I saw something about refactoring and just imported projects, but I don't want this.
I currently have C:\Users\krato\workspace\ as my default workspace, and I want to create another in D:\dev\ . So I created one using File > Switch workspace > other > D:\dev\ . And in this workspace, I imported several projects from the prevoius workspace. Yes, I already see the projects in the dev workspace, but when I open another workspace (C :), I still see the imported projects, and the folder (C: ... \ workspace) still contains the projects. What I want to do is transfer the projects to another workspace and to another folder, which in my case is D: \ dev.
I tried to reorganize, but he says that it overlaps with the workspace location.
Please suggest a better way to do this.
I would also like to ask your recommendations whether I should have the same workspace and project folder (for example, what I want to do) or different directories for my workspace and project folders.
java eclipse eclipse-juno
krato
source share