Re: tools.jar not found

2015-04-27 Thread Earl Hood
On Tue, Apr 28, 2015 at 12:12 AM, Jan Matèrne (jhm) wrote: > Ant is a build tool. For some tasks (for example javac, javadoc) the tools > from the Java _Development_ Kit are required. > If you run with just a Java _Runtime_ Environment most of its tasks could be > used, but not all - hence the war

AW: tools.jar not found

2015-04-27 Thread jhm
Ant is a build tool. For some tasks (for example javac, javadoc) the tools from the Java _Development_ Kit are required. If you run with just a Java _Runtime_ Environment most of its tasks could be used, but not all - hence the warning. Set your JAVA_HOME to the installation path of your JDK. htt

RE: tools.jar not found

2015-04-27 Thread Soni, Ashish IN BLR STS
In windows system, SET JAVA_HOME e.g. "SET JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_31" before running the ant build file. -Original Message- From: John J. Hughes II [mailto:johnhug...@function-g.com] Sent: Monday, April 27, 2015 11:13 PM To: 'Ant Users List'; gruener.heinr...@web.d

RE: tools.jar not found

2015-04-27 Thread John J. Hughes II
Run what with JDK? Run it with the jdk. Am 27.04.2015 um 18:26 schrieb John J. Hughes II: > All, > > > > I have searched online and can't fine and answer so please bear with me. > > > > When I run ANT it says it can't find tools in the JRE lib, why is it > looking there? > > > > If I cop

Re: tools.jar not found

2015-04-27 Thread Grüner Heinrich
Run it with the jdk. Am 27.04.2015 um 18:26 schrieb John J. Hughes II: All, I have searched online and can't fine and answer so please bear with me. When I run ANT it says it can't find tools in the JRE lib, why is it looking there? If I copy tools.jar from the JDK to the JRE li

tools.jar not found

2015-04-27 Thread John J. Hughes II
All, I have searched online and can't fine and answer so please bear with me. When I run ANT it says it can't find tools in the JRE lib, why is it looking there? If I copy tools.jar from the JDK to the JRE lib it works fine but that will break on the next update so I would prefer to fix