I think this has been done due to some people having JAVA_HOME mapped
to another JDK requesting it. I have JAVA_HOME pointing to JDK1.3.1
myself as well since this is what our development environment in the
project is. I think the best way to solve these problems for everyone
is to simply use another variable like IDEA_JAVA_HOME in the start
script, so everyone can have JAVA_HOME set to whatever and
IDEA_JAVA_HOME to JDK1.4.0_01.

Michael

On Wed, 3 Jul 2002 13:26:00 -0700, "Adam Goldband" <[EMAIL PROTECTED]>
wrote:

>+1
>I went through the same pain this morning, as I have my at D:\j2sdk1.4.0_01
>
>adam
>
>"Kevin Jones" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>> Why have you changed the way that JAVA_HOME is processed in idea.bat? I
>> have JAVA_HOME set as an environment variable, IDEA has always picked
>> this up, but the check has gone missing from idea.bat, instead you are
>> hard coding
>>
>>  SET JAVA_HOME=c:\j2sdk1.4.0_01
>>
>> You should either test for the existence of JAVA_HOME and use it, or not
>> use JAVA_HOME at all. Simply blatting JAVA_HOME with what you think is
>> the correct value seems a little odd,
>>
>> Kevin Jones
>> Developmentor
>> www.develop.com
>>
>

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to