If you write Java code and works with Eclipse, you probably know that Eclipse allows you to change many of its default preferences, but once you’ve done that you will not want to do it again and again every time you change a computer or when there is a new teammate on your team, right?
Well, Eclipse allows you to export and import these preferences helping you not waste time.
To export you need to do the following:
- File -> Export…
- Go to the “General” tab and choose the “Preferences” option, click “Next”.
- On the next window, leave “Export all” checked.
- Choose the destination folder for the file, it will contain a .epf extension.
- Click “Finish”.
To import you need to do the following:
- File -> Import…
- Go to the “General” tab and choose the “Preferences” option, click “Next”.
- On the next window, leave “Import all” checked.
- Choose the source folder for the file, it will contain a .epf extension.
- Click “Finish”.
That’s it, now on all your computers or all your teammates will have the same Eclipse preferences (Margin size, Save Actions, Size of Undo History, File Encoding and many many more).
Thank you for your time and feel free to leave any comments or questions.