您的位置:首页 > 编程语言 > Java开发

如何查看eclipse是32位还是64位

2017-07-28 15:35 232 查看
原:http://blog.csdn.net/testcs_dn/article/details/50849932

如何查看eclipse是32位还是64位?

1、如果是在官网下载的,看压缩包名字就可以看出来,只带有win32字样的是32位,带有win32-x86_64字样的是64位的。

如果已经安装了很多,安装包已经找不到了怎么办呢?

2、找到eclipse安装目录的eclipse.ini文件打开,在launcher.library项下,如果是win32.x86则是32位的,如果是win32.x86_64则是64位的。

[plain] view
plain copy

-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  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: