简体   繁体   English

Eclipse / Java是否可以在Windows 7 64位上运行?

[英]Does Eclipse/Java run on WIndows 7 64 bits?

I noticed a lot of problems when trying to run Eclipse and Java on 64 bits MS Windows. 尝试在64位MS Windows上运行Eclipse和Java时,我注意到很多问题。 Is it supported? 支持吗? Is this something I shouldn't do or try to do? 这是我不应该做或尝试做的事情吗?

I extracted Eclipse helios 64 bits zip, then I installed Java and I was able to run Eclipse for day or two. 我提取了Eclipse helios 64位zip压缩文件,然后安装了Java,并能够在一两天内运行Eclipse。

Now I have been working hard for a few hours to reproduce a working Eclipse and I am arriving at the conclusion that probably it is not such a good idea. 现在,我已经努力工作了几个小时,以重现可以正常工作的Eclipse,并且得出的结论可能不是一个好主意。 It is 64bits OS, 64 bits Helios, 64 bits Java. 它是64位操作系统,64位Helios,64位Java。 Could it possibly work? 可能行得通吗?

Java runs on billions of device supposedly but I doubt if it will ever run 'again' on my laptop. Java应该在数十亿设备上运行,但我怀疑它是否会再次在笔记本电脑上运行。 If it does work I suppose it is just luck. 如果可以,我想那只是运气。

Uninstall everything and try downloading fresh again. 卸载所有内容,然后再次尝试重新下载。 I am using eclipse in my 64 bit windows machine for long time now and it works fine. 我在我的64位Windows计算机上使用eclipse已有很长时间了,并且工作正常。

Try using versions which I am using currently. 尝试使用我当前正在使用的版本。 These work perfect for me - jdk1.7.0_21 and jre7 and eclipse version 3.7.2 这些对我来说很完美-jdk1.7.0_21和jre7和eclipse版本3.7.2

Now, I am using 64-bit Windown 7 with JDK 1.6.xxx. 现在,我将JDK 1.6.xxx与64位Windown 7一起使用。 There is no any problem. 没问题。

Make sure JAVA_HOME to do enviroment variable. 确保JAVA_HOME做环境变量。 Otherwise, you need to configure vm configuration in eclipse.ini . 否则,您需要在eclipse.ini配置vm配置。 You also note of that memory setting for eclipse. 您还注意到了Eclipse的内存设置。 It is base on your physical memory. 它基于您的物理内存。

eclipse.ini eclipse.ini

.....
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM