java 如何将 IntelliJ IDEA 9 作为 64 位进程运行?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2094962/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How Do I Run IntelliJ IDEA 9 as a 64-bit Process?
提问by Omer van Kloeten
I've noticed that IntelliJ IDEA 9 runs as a 32-bit process in Windows 2003 x64 and would like to configure it to run as a 64-bit process. I did find an articleabout how to perform this in Mac OSX, but not in Windows.
我注意到 IntelliJ IDEA 9 在 Windows 2003 x64 中作为 32 位进程运行,并希望将其配置为作为 64 位进程运行。我确实找到了一篇关于如何在 Mac OSX 中执行此操作的文章,但未在 Windows 中找到。
Update #1:I have the 64-bit version of JDK 1.6.18 installed.
更新 #1:我安装了 64 位版本的 JDK 1.6.18。
回答by George Armhold
回答by OscarRyz
My wild guess, is that you only need a 64 bit JDK/JRE and that's it.
我的猜测是,您只需要一个 64 位 JDK/JRE,仅此而已。
Download the x64 version:
下载 x64 版本:
JDK x64 windows http://img97.imageshack.us/img97/8004/capturadepantalla201001u.png
JDK x64 窗口 http://img97.imageshack.us/img97/8004/capturadepantalla201001u.png
And then configure IntellJ IDEA to use it.
然后配置 IntellJ IDEA 来使用它。
This guideshows how what to change to set own JDK ( although is a bit dated and things may have changed as of now )
本指南展示了如何更改以设置自己的 JDK(虽然有点过时并且截至目前情况可能已发生变化)
The environment variableIDEA_JDK orJDK_HOME should be set to point to the location where JDK 1.6.0 is installed
环境变量IDEA_JDK或JDK_HOME应设置为指向安装 JDK 1.6.0 的位置
回答by Raja Nagendra Kumar
Install jdk 64 bit and setting of 'set IDEA_JDK home is enough. Once this variable is set you could use
安装 jdk 64 位并设置“set IDEA_JDK home”就足够了。一旦设置了这个变量,你就可以使用

