Where does Eclipse store settings and plugins in userdir?
I've just installed a new Linux distro on my box and want to move my Eclipse home from the开发者_StackOverflow社区 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?
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.
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.
精彩评论