Reputation: 15411
I've just installed a new Linux distro on my box and want to move my Eclipse home from the old /home/username/
to my new one. Because I changed the desktop, I don't want to copy all hidden folders from ~/
. So which directories do I need copy in order to have all my installed plugins?
I've already copied ~/.eclipse/
and it definitely contains files related to the plugins but Eclipse won't load them. Any hints?
Upvotes: 8
Views: 16804
Reputation: 15411
We've eventually found the directory containing all that stuff by accident. Somehow we broke it and Eclipse refused to start on my coworker's computer:-)
See ~/workspace/.metadata/.plugins
or wherever your workspace resides.
Upvotes: 8
Reputation: 6411
As far as I know, Eclipse stores its plugins in its installation directory (eclipse
). They might reside in eclipse/plugins
or eclipse/dropins
. You can copy the whole eclipse
directory from your old box.
Upvotes: 1