From: Bastian K. <bas...@un...> - 2008-03-01 13:58:43
|
>I was using the eclipse.exe to run Eclipse. It was grabbing the 1.4.2 jre. > It is now installing correctly when I run the startup.jar file with > jdk1.5.0. For your interest, I think Eclipse on Windows grabs whichever javaw.exe it finds in the directories listed in the PATH environment variable. AFAIK it does not use the JAVA_HOME variable, which you might think. You may also specify the java executable directly by doing eclipse.exe -vm C:\jdk1.5.0_14\jre\bin\javaw.exe |