怎样查看eclipse是32位还是64位
Posted blfbuaa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎样查看eclipse是32位还是64位相关的知识,希望对你有一定的参考价值。
怎样查看eclipse是32位还是64位?
1、假设是在官网下载的,看压缩包名字就能够看出来。仅仅带有win32字样的是32位。带有win32-x86_64字样的是64位的。
假设已经安装了非常多,安装包已经找不到了怎么办呢?
2、找到eclipse安装文件夹的eclipse.ini文件打开。在launcher.library项下。假设是win32.x86则是32位的,假设是win32.x86_64则是64位的。
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316 -product org.eclipse.epp.package.jee.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs -vmargs -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx512m
以上是关于怎样查看eclipse是32位还是64位的主要内容,如果未能解决你的问题,请参考以下文章