Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where's the location of the eclipse.ini file?

Tags:

eclipse

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 itself in file explorer and can't find it. Can anyone help me with this?

like image 281
Jacob Avatar asked Jan 22 '17 19:01

Jacob


People also ask

What is Eclipse ini file?

ini in your Eclipse installation directory (or in the case of Mac, the Eclipse. app/Contents/MacOS directory) is used. eclipse. ini is a text file containing command-line options that are added to the command line used when Eclipse is started up.

How do I edit an Eclipse ini file?

Show activity on this post. it will open notepad with administrator rights now use file->open in notepad navigate to your eclipse . ini file make changes and save it :) Show activity on this post.

Where is Eclipse ini located Linux?

ini" file is just inside the unpacked folder. If you installed Eclipse via terminal or software center the location of the file is "/etc/eclipse. ini" In some Linux versions the file can be found at "/usr/share/eclipse/eclipse.


2 Answers

enter image description here

For MacOs Users:

  • Search for Eclipse in finder.
  • Right-click or secondary click or Control-click on Eclipse App as shown on the picture. Click on "Show package contents"
  • you can find the eclipse.ini under Contents>Eclipse folder.

enter image description here

like image 22
Allahbakash.G Avatar answered Sep 23 '22 04:09

Allahbakash.G


It should be right beside the executable.

enter image description here

like image 64
Joe C Avatar answered Sep 20 '22 04:09

Joe C