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

前端 未结 3 438
Happy的楠姐
Happy的楠姐 2020-12-16 10:00

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

相关标签:
3条回答
  • 2020-12-16 10:21

    It should be right beside the executable.

    0 讨论(0)
  • 2020-12-16 10:29

    In Linux

    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)

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

    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.

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