There are times when we need to make certain configurational changes for the eclipse, one of such file is eclipse.ini (informal standard for configuration). If you have worked with Eclipse on Windows Operating System then you would see the file inside eclipse folder, but I was not able to locate it on Mac OS X,
The ini file is bundled within the executable eclipse file (icon), to access it, Right-click on Eclipse icon, Show Package Contents, now you would be able to see a directory: Contents, Click on it and you would see MacOS directory, get in it, and you would be able to see the eclipse.ini file.

eclipse.ini
You can open this file with any text editor, the file contents look something like this,
-showsplash
org.eclipse.platform
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.adtproduct
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Xms512m
-Xmx1024m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
More Posts related to Mac-OS-X,
- How to Setup maven on Mac OS X
- vi undo redo command [Examples]
- Hide files and folders on Mac OS X
- Spell check not working in Gmail : Mac OS X
- Transfer files between Android and Mac OS X using usb cable
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite
- Find the location of Spotlight searched file
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner
- [Mac] To open Eclipse you need to install the legacy java se 6 runtime
- Create a large dummy file using Mac OS X terminal command
- Java location in Mac OS X
- Take Screenshot on Mac OS X (Keyboard Shortcuts)
- How to Stop Photos App from auto loading when device connected to the Mac
- Pdf Text to Speech option in Mac OS X Preview App
- Remove Applications from Startup Mac OS X
- Install Apache Tomcat ver 8 on Mac OS X Yosemite 10.10
- Safari appends .html extension to files that are downloaded
- Mac OS X Taking Screen Capture using Terminal
- 4 Open Source SQLite Editor for Mac OS X , Windows and Linux
- Take Screenshots on Mac OS without Keyboard
- Disable Chrome Notification bell from Mac OS X menu bar
- Google Search Hot Trends Screensaver for Mac OS X
- How to Gzip a file directory on Mac OS X using Terminal Command
- Find Java JRE Installation location Mac OS X
- How to See Hidden Folders and Files on macOS
More Posts:
- Fix SharePoint PowerShell error - The term Get-SPweb is not recognized as the name of a cmdlet function script file or operable program - SharePoint
- Open file using CMD in Notepad++ - NotepadPlusPlus
- How to Restart Mac using Terminal Command - MacOS
- Make Bootstrap Button look like a link - Bootstrap
- Create Custom Android AlertDialog - Android
- Get the current timestamp in Java - Java
- How to export bookmarks from Google Chrome Browser - Chrome
- Indent XML Formatting In Notepad++ - NotepadPlusPlus