On Jan 13, 2008 2:52 PM, chandra sekhar <[EMAIL PROTECTED]> wrote: > Respected sir , > I did corrections according to your suggestions. I installed > jdk-1_5_0-windows-i586.exe in C drive. > > now : > > JAVA_HOME : C:\jdk-1_5_0-windows-i586.exe
jdk-1_5_0-windows-i586.exe is an installer. That's not what you set your JAVA_HOME variable to point to. You have to run jdk-1_5_0-windows-i586.exe and then it will install Java in some directory in your disk. Then you have to set JAVA_HOME to be that directory. -Adam
