Well, I think we'll indeed remove the IF. Another reason is a lot of cases when JAVA_HOME points to JRE instead of JDK.
-- Best regards, Eugene Zhuravlev JetBrains, Inc, http://www.intellij.com "Develop with pleasure!" "Jean-Charles BERNARD" <[EMAIL PROTECTED]> wrote in message afrqpg$sv3$[EMAIL PROTECTED]">news:afrqpg$sv3$[EMAIL PROTECTED]... > Hi, > > This line in the idea.bat suposes tha if %JAVA_HOME% is not empty it > contains the path to jdk 1.4.0_01. > IF "%JAVA_HOME%" == "" SET JAVA_HOME=c:\j2sdk1.4.0_01 > > > However JAVA_HOME could be empty but containing c:\jdk1.3 and not as idea is > waiting the jdk 1.4 path!!!!! > > > Perhaps you should remove the IF(..) as before...... > > > Thanks. > > > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
