How to change the Eclipse default workspace?

后端 未结 15 1203
难免孤独
难免孤独 2020-11-30 17:10

Where can I change the default workspace in Eclipse?

15条回答
  •  离开以前
    2020-11-30 18:12

    On Ubuntu I went to

    ~/.eclipse/org.eclipse.platform_4.3.0_1473617060_linux_gtk_x86_64/configuration/config.ini 
    

    and added this line at the bottom

    osgi.instance.area.default=@user.home/workspace
    

    and changed workspace to the dir path from my home to where I put my workspace.

    I combined @Frank answer with @Ronan Quillevere's comment

提交回复
热议问题