Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
82 views
in Technique[技术] by (71.8m points)

java - Does IntelliJ IDEA work on a 64-bit Windows system?

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.

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

question from:https://stackoverflow.com/questions/22514023/does-intellij-idea-work-on-a-64-bit-windows-system

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

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 uses this JDK search sequence:

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

More can be found in a related IntelliJ support article.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...