I know this is a silly question, but I can\'t seem to locate the eclipse.ini file for the IDE. I\'ve looked in my installation directory as well as searched for the file its
It should be right beside the executable.
I give you three possible methods:
The most effective method is using the command locate
. Write in terminal
locate eclipse.ini
Apart from that, as said in @JoeC answer, it should be in the same
directory as the eclipse
executable. A link to the eclipse
executable is found in /usr/bin
, therefore typing in terminal
following command will show you the directory of the executable
ls -l /usr/bin | grep 'eclipse'
The last option is to find the executable directory by following the icon in your Menu Editor (but I think that depends highly on your Linux flavour)
For MacOs Users: