Kate,
Here is what I get when I try to find out if "JAVA_HOME" is set correctly.(BELOW)
I believe you are correct in that JAVA_HOME is suspicious. I cannot find out where it is or how to set it. This is probably the reason ant keeps looking for tools.jar in the JRE instead of the JDK. JDK is installed but I installed a later version of both JRE and JDK and they installed separately. THis is what I downloaded and installed: jdk-6u5-windows-i586-p from Sun Micro. Should I uninstall it and maybe go with the earlier version or is there a way to establish JAVA_HOME globally using this later java version?
C:\>cd C:\Program Files\KonaKart\Java_soap_examples
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\jdk1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>set JAVA_HOME=C:\jdk1.6.0_05
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\jdk1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\Program Files\java\jdk
1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>set JAVA_HOME=C:\Program Files\java
\jdk1.6.0_05
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\Program Files\java\jdk
1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>
Thanks,
Jim Barber
Here is what I get when I try to find out if "JAVA_HOME" is set correctly.(BELOW)
I believe you are correct in that JAVA_HOME is suspicious. I cannot find out where it is or how to set it. This is probably the reason ant keeps looking for tools.jar in the JRE instead of the JDK. JDK is installed but I installed a later version of both JRE and JDK and they installed separately. THis is what I downloaded and installed: jdk-6u5-windows-i586-p from Sun Micro. Should I uninstall it and maybe go with the earlier version or is there a way to establish JAVA_HOME globally using this later java version?
C:\>cd C:\Program Files\KonaKart\Java_soap_examples
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\jdk1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>set JAVA_HOME=C:\jdk1.6.0_05
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\jdk1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\Program Files\java\jdk
1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>set JAVA_HOME=C:\Program Files\java
\jdk1.6.0_05
C:\Program Files\KonaKart\java_soap_examples>JAVA_HOME=C:\Program Files\java\jdk
1.6.0_05
'JAVA_HOME' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\KonaKart\java_soap_examples>
Thanks,
Jim Barber