I've just been setting up a Ubuntu workstation and wanted to add some settings to eclipse.ini. When I searched for the file I found:
- /etc/eclipse.ini
- /usr/lib/eclipse.ini
My questions are:
- Does Eclipse actually use both files?
- If so, in what order does it read them?
- How does it merge them?
- Both of the files I found are system wide, is there a location in my home directory I could put one that would effect only my instances?
~/.eclipse/org.eclipse.,platform[...]/configuration/config.iniwhere [...] is your version. – Kevin Dec 7 '11 at 17:02