Eclipse – How to Clone an Eclipse Workspace

eclipseworkspace

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?

Best Answer

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.