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
