eclipse.ini file not present on Mac

前端 未结 10 1557
一整个雨季
一整个雨季 2020-12-09 15:46

I am trying to alter my eclipse configuration, but the eclipse.ini file is not present in my eclipse installation directory.

I am on Mac os x with eclipse 4.2.1 Jun

相关标签:
10条回答
  • 2020-12-09 16:25

    On Mac High Sierra

    Go to : Applications > Eclipse (Right-click on the icon and select "Show Package Contents") > Contents > Eclipse

    0 讨论(0)
  • 2020-12-09 16:27

    Alternatively, in eclipse installation folder, Right click on 'eclipse' (alias or a symbolic link) -> Show Original -> eclipse.ini

    0 讨论(0)
  • 2020-12-09 16:33

    The file should be found at Eclipse.app/Contents/MacOS/eclipse.ini

    For example: /Applications/eclipse/Eclipse.app/Contents/MacOS

    Alternatively it might be found instead at Eclipse.app/Contents/Eclipse/eclipse.ini (Both possibilities are noted in different parts of the wiki documentation, and it may be that /Eclipse/ is used for newer versions.)

    0 讨论(0)
  • 2020-12-09 16:33

    As of Neon the default install location is not /Applications but /Users/username/eclipse.

    My installation was at:

    /Users/username/eclipse

    The 'app' was at:

    /Users/username/eclipse/jee-neon/Eclipse.app

    And the 'eclipse.ini' file was at:

    /Users/username/eclipse/jee-neon/Eclipse.app/Contents/Eclipse/eclipse.ini

    0 讨论(0)
  • 2020-12-09 16:33

    I was using STS and the file was named differently. It was located at /Applications/STS.app/Contents/Eclipse/STS.ini.

    0 讨论(0)
  • 2020-12-09 16:34

    Yes For Eclipse NEON it should be

    /Users/username/eclipse/jee-neon/Eclipse.app/Contents/Eclips‌​e/eclipse.ini

    0 讨论(0)
提交回复
热议问题