On 12/30/2010 1:23 PM, Jeff Spence wrote:
Thanks, I got rid of the Java part, but now it seems like ant can't
find my build.xml file.
error: Buildfile: build.xml does not exist!
Build failed
You need to create a build.xml in the current directory from which you
are running ant, or specify the
On 12/30/2010 12:45 PM, Michael Ludwig wrote:
Jeff Spence schrieb am 30.12.2010 um 12:31 (-0500):
"ant compile" and I get the error:
Unable to locate tools.jar. Expected to find it in C:\Program
Files\Java\jre6\lib\tools.jar
Buildfile: build.xml does not exist!
Build failed
That's
Jeff Spence schrieb am 30.12.2010 um 12:31 (-0500):
> "ant compile" and I get the error:
>
> Unable to locate tools.jar. Expected to find it in C:\Program
> Files\Java\jre6\lib\tools.jar
> Buildfile: build.xml does not exist!
> Build failed
That's not a JDK, just the JRE: it has no develo
You should be setting JAVA_HOME to your jdk installation directory.
> Hello,
>I'm studying J2EE with the Java Tutorial, and have run into some
> trouble in my first attempt to compile using the following:
> "ant compile" and I get the error:
>
>Unable to locate tools.jar. Expected to fi
Hello,
I'm studying J2EE with the Java Tutorial, and have run into some
trouble in my first attempt to compile using the following:
"ant compile" and I get the error:
Unable to locate tools.jar. Expected to find it in C:\Program
Files\Java\jre6\lib\tools.jar
Buildfile: build.xml does