Build 3311 Alexander Broekhuis Created April 27, 2005 14:34 I was wondering why intellij uses IDEA_JDK to point to the java home it should use, instead of the more common JAVA_HOME?
Cause they might be different.
Ahmed.
JAVA_HOME usually points to JRE rather than JDK which is unsufficient to
run IDEA due to missing tools.jar required for debugging and compiling.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Yeah makes sense, forgot about that one. I always have the jdk installed :)