IntelliJ IDEA是否适用于64位Windows系统? [英] Does IntelliJ IDEA work on a 64-bit Windows system?

查看:733
本文介绍了IntelliJ IDEA是否适用于64位Windows系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载并安装了IDEA 13.1。但是,即使拥有64位系统,Windows也会自动将程序安装在 Program Files(x86)文件夹中,该文件夹专用于32位程序。

I have downloaded and installed IDEA 13.1. However, even having a 64-bit system, Windows has automatically installed the program in the folder Program Files (x86), which is dedicated for 32-bit programs.

64位版本是否还有其他下载版本,或者是否有特殊设置可以使其适用于64位系统?

Is there another download for the 64-bit version or maybe a special setting to make it suitable for a 64-bit system?

推荐答案

C:\Program Files(x86)\ JetBrains \ $ {Intellij Idea version} \bin ,有一个名为 idea64.exe 的可执行文件。这适用于64位系统。您可以简单地更改它的IntelliJ快捷方式路径。

In C:\Program Files (x86)\JetBrains\${Intellij Idea version}\bin, there is an executable called idea64.exe. This is for 64-bit systems. You can simply change your IntelliJ shortcut path to it.

您还需要添加一个新的环境变量 IDEA_JDK_64 指向到您的64位JDK,以便IntelliJ可以使用64位JDK。

You also need to add a new environment variable IDEA_JDK_64 pointing to your 64-bit JDK so IntelliJ can use a 64-bit JDK.

idea64.exe使用此JDK搜索序列:


  1. IDEA_JDK_64 环境变量

  2. .. \ jre64 目录

  3. 系统注册表

  4. JDK_HOME 环境变量

  5. JAVA_HOME 环境变量

  1. IDEA_JDK_64 environment variable
  2. ..\jre64 directory
  3. system Registry
  4. JDK_HOME environment variable
  5. JAVA_HOME environment variable

更多信息可以在相关的 IntelliJ支持文章

More can be found in a related IntelliJ support article.

这篇关于IntelliJ IDEA是否适用于64位Windows系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆