How to find out if an installed Eclipse is 32 or 64 bit version?(如何确定安装的 Eclipse 是 32 位还是 64 位版本?)
问题描述
如何确定我 (Windows 7) PC 上的特定 Eclipse 实例是 32 位还是 64 位版本?
How can I find out if a specific Eclipse instance on my (Windows 7) PC is the 32-bit or 64-bit version?
我已经检查了关于"屏幕和可以从那里调用的迷宫般的对话框,但我没有找到任何线索.
I've checked the About screen and the maze of dialogs one can call from there, but I didn't find any clues.
另外,在 Windows 资源管理器中右键单击 eclipse.exe 并打开属性对话框没有给出任何提示.
Also, right-clicking eclipse.exe in Windows explorer and opening the properties dialog box didn't give any hints.
推荐答案
按 Ctrl+Alt+Del 打开 Windows 任务管理器并切换到进程选项卡.
Hit Ctrl+Alt+Del to open the Windows Task manager and switch to the processes tab.
32 位程序应标有 *32
.
32-bit programs should be marked with *32
.
这篇关于如何确定安装的 Eclipse 是 32 位还是 64 位版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何确定安装的 Eclipse 是 32 位还是 64 位版本?
基础教程推荐
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01