开发者

Where does Eclipse store settings and plugins in userdir?

开发者 https://www.devze.com 2023-01-31 10:32 出处:网络
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 c

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消