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
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
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
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
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
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