How to Clone an Eclipse Workspace

前端 未结 9 712
一整个雨季
一整个雨季 2020-12-04 11:36

I am wondering how to create new clean Eclipse workspace but having all settings from an existing one. Maybe something like cloning but without projects?

相关标签:
9条回答
  • 2020-12-04 12:36

    You can have a look at the following plugin : http://code.google.com/a/eclipselabs.org/p/workspacemechanic/

    It's a plugin developed by google which lets you store your preferences and apply them to any workspace automatically.

    If you store it in your dropbox (or any other shared storage), you'll be able to share you preferences between all your computers and even between all your team members.

    It's the best and most reliable solution for your problem.

    0 讨论(0)
  • 2020-12-04 12:36

    Best way is to copy the .metadata folder to a new folder and open that folder in Eclipse Workspace dialog box.

    0 讨论(0)
  • 2020-12-04 12:39

    I use export->preferences->all then change to a new workspace and import the prefs. Works fine (though clearly not very comfortable). Unfortunately, eclipse only offers to copy the layout settings when changing workspaces which is not enough for most purposes.

    0 讨论(0)
提交回复
热议问题