Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 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?

like image 521
Daniel Böhmer Avatar asked Dec 21 '10 15:12

Daniel Böhmer


1 Answers

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.

like image 80
Daniel Böhmer Avatar answered Oct 05 '22 03:10

Daniel Böhmer