Answers:
eclipse.ini
在安装目录中打开,并观察带有文本的行:
plugins / org.eclipse.equinox.launcher.win32.win32。x86_64 _1.0.200.v20090519则为64位。
如果是plugins / org.eclipse.equinox.launcher.win32.win32。x86_32 _1.0.200.v20090519然后是32位。
转到Eclipse基本文件夹→打开eclipse.ini→您将在第4行找到以下行:
plugins / org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316 plugins / org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
如您所见,第1行是64位Eclipse。它包含x86_64,第2行是32位Eclipse。它包含x_86。
对于32位Eclipse,仅存在x86,对于64位Eclipse,则存在x86_64。