compiles JDK 1.5.0 ok, but runs JDK 1.4.1 (why?)
Submitted by Wednesday, 4 August, 2004 - 14:57
on
Hi,
I have jEdit configured to use
C:\jdk1.5.0\bin\javacfor compiling, but I see no place where I can tell it to execute with
C:\jdk1.5.0\bin\javaunless I hand type it all out in the console plugin. It seems to default to my /prior/ 1.4.1 jre installation's java.exe
C:\Programs\jdk1.4.1_02\bin\javaHow do I set the default to be the correct JVM? Thanks! Thomas