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 位版本?


- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01