Joel wrote:
On Wed, 14 Jul 2004 06:47:50 -0400 Vadim Gritsenko <[EMAIL PROTECTED]> wrote
Joel wrote:
JAVA_HOME should point to j2se SDK installation. In your case, this is j2se RE<>D:\Program_Files\apache\xindice-1.1b4\java\examples>ant
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\j2re1.4.2_05\lib\tools.jar
Not so.
See, directory in path above is "j2re1.4.2_05", which means "Java2 RE 1.4.2". You need "Java2 SDK", directory will be "j2sdk1.4.2", and it will have tools.jar.
Vadim