Bonjour,
je souhaite installer ANT-APACHE sur mon pc portable sous Windows XP SP3,
j'ai des souci de compilation..?
- Installer:
jdk1.6.0_21
apache-ant-1.8.1
J'ai rajouter des Variable environnement, cela n'a pas l'aire de les prendre correctement
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_21\bin
Path=%ANT_HOME%\bin;%JAVA_HOME%\bin
voivi ce que donne une commande ant
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar
Buildfile: C:\ant\bin\build.xml
BUILD FAILED
Target "main" does not exist in the project "HelloWord".
Total time: 0 seconds
C:\ant\bin>antrun
C:\ant\bin>ant
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar
Buildfile: C:\ant\bin\build.xml
BUILD FAILED
Target "main" does not exist in the project "HelloWord".
Total time: 0 seconds |
Merci de votre aide
Partager