the build.xml is not generated, but used to build the jar files. the error you got that the tools.jar that has the Javac in it is not able to be found. you are correct you are not pointed to the JDK change your windows environment so JAVA_HOME points to 1.5 JDK
Brendan Vogt sent the following on 10/20/2007 8:49 AM: > Hi, > > > > How is the build.xml generated. I'm sure I doubled clicked it in Windows, > then the build.xml was generated. > > > > I ran ant run-install: Then I got the following error message: > > > > BUILD FAILED > > C:\Development\Java\Eclipse\workspace\TestOfBiz\build.xml:106: The following > error occurred while executing this line: > > C:\Development\Java\Eclipse\workspace\TestOfBiz\framework\build.xml:132: The > following error occurred while executing this line: > > C:\Development\Java\Eclipse\workspace\TestOfBiz\framework\base\build.xml:80: > Unable to find a javac compiler; > > com.sun.tools.javac.Main is not on the classpath. > > Perhaps JAVA_HOME does not point to the JDK. > > It is currently set to "C:\Program Files\Java\jre1.6.0_03" > > > > What is this error? > > > > Regards > > Brendan > >
