怎样查看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