Eclipse java code style formatter profile location

eclipse, formatter

Solution

All you need is to export theses files before importing them.

 Eclipse > Window > Preferences > Java > Code Style > Formatter:

- Choose Active Profile from the list

- Edit

- Export

- Locate the directory you want to save it.

Problem

I am trying to find out where the code style formatter profiles are saved. I have three profiles, but I need to know where they are located on my hard drive.

Original source