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 位版本?
基础教程推荐
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
