Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error launching idea64.exe

When I try to open idea64.exe (IntelliJ IDEA 64-bit version) I get the error "No JVM installation found. Please reinstall the product or install the JDK."

Why is this? I have both Java 8 Update 5 (64-bit) and Java SE Development Kit 8 Update 5 (64-bit) installed. Also, idea.exe (32-bit) works fine

like image 887
Michael Jarvis Avatar asked Apr 22 '14 14:04

Michael Jarvis


People also ask

What is idea64 EXE?

You can also check most distributed file variants with name idea64.exe. This files most often belongs to product IntelliJ IDEA. and were most often developed by company JetBrains s.r.o. Agregate rating is 5(5) stars - based on 1 reviews. This is executable file.

How do I fix error launching in Pycharm?

error launching pycharm Follow If you already have a 64-bit JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.


1 Answers

According to JetBrains, idea64.exe uses this JDK search sequence:

IDEA_JDK_64 environment variable
..\jre64 directory
system Registry
JDK_HOME environment variable
JAVA_HOME environment variable

If IDEA fails to auto-detect your JDK, try to set IDEA_JDK_64.

like image 84
mdo Avatar answered Sep 22 '22 20:09

mdo