Moving Eclipse Workspace from ~ to new directory?

后端 未结 5 561
不知归路
不知归路 2021-02-01 02:06

Okay, so I made a mistake of setting my home directory (~, a.k.a. /home/user) to be my workspace location on my RHEL6 box.

I want to change my workspace to ~/workspace.

5条回答
  •  一生所求
    2021-02-01 02:39

    Do the following steps:

    • close all the projects in workspace
    • close Eclipse
    • move the directory .metadata from ~ to ~/workspace
    • open Eclipse and when prompted for the workspace selection set it to ~/workspace

提交回复
热议问题