eclipse.ini 文件的位置在哪里?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/41795137/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 05:40:54  来源:igfitidea点击:

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

eclipse

提问by Jacob

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?

我知道这是一个愚蠢的问题,但我似乎无法找到 IDE 的 eclipse.ini 文件。我查看了我的安装目录,并在文件资源管理器中搜索了文件本身,但找不到它。谁能帮我这个?

回答by Joe C

It should be right beside the executable.

它应该在可执行文件旁边。

enter image description here

在此处输入图片说明

回答by Allahbakash.G

enter image description here

在此处输入图片说明

For MacOs Users:

对于 MacOs 用户

  • 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.
  • 在 finder 中搜索 Eclipse。
  • 右键单击或辅助单击或按住 Control 单击 Eclipse 应用程序,如图所示。点击“显示包裹内容”
  • 您可以在 Contents>Eclipse 文件夹下找到 eclipse.ini。

enter image description here

在此处输入图片说明