SebasEscobarDev / winant

Automatically exported from code.google.com/p/winant
0 stars 0 forks source link

tools.jar #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ant build or runbuildscript.bat
2.
3.

What is the expected output? What do you see instead?

Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\li
b\tools.jar
Build failed

What version of the product are you using? On what operating system?
V.7 - WIN7 64BIT

Please provide any additional information below.

Original issue reported on code.google.com by nattyhea...@gmail.com on 16 Jun 2011 at 5:27

GoogleCodeExporter commented 8 years ago
downloaded jdk, tools.jar was in the libs folder, issue resolved

Original comment by nattyhea...@gmail.com on 16 Jun 2011 at 7:54

GoogleCodeExporter commented 8 years ago
Resolved or not, this is still an issue, because the error shouldn't happen in 
the first place. Plus, the installation asks where the JDK is installed; yet, 
it doesn't seem to use this information. Instead, it's looking for the JRE? Fix 
this, please!

Original comment by jed.hunsaker on 21 Sep 2011 at 2:21

GoogleCodeExporter commented 8 years ago
I am running Win7 also and I get the same problem, when I type cd %JAVA_HOME% I 
get taken to the /bin for the JDK, but still ant looks for it in the JRE7 /lib 
folder. Even after I set it to look in the JDK /bin folder in the install.

Original comment by chris_wi...@thedustylibrary.org on 29 Dec 2011 at 6:32

GoogleCodeExporter commented 8 years ago
I'm having this issue too. I've got JDK and JRE installed with the %JAVA_HOME% 
variable set to the JDK, but WinAnt seems to ignore that and look in the JRE 
folder instead for tools.jar

Original comment by david.mo...@gmail.com on 15 Feb 2012 at 3:24

GoogleCodeExporter commented 8 years ago
it becomes very lame.. but.. i have the issue too on my Win7 -.- i'm wondering 
why the winant team is not using the information given in the setup, and i'm 
still more wondering, how this issue is still not fixed after more than 6 
months..

quick and dirty fix that worked for me:

copy that damn tools.jar from your jdk folder into the jre-folder that winant 
is using..

Original comment by remo.vet...@gmail.com on 1 Mar 2012 at 3:42

GoogleCodeExporter commented 8 years ago
hi am also new here, i try to install winant on my windows 7 but this is the 
error i get 
BUILD FAILED
C:\builder-master\componentbuild\templates\yui2\build.xml:8: Cannot find C:\bui
der-master\builder\componentbuild\2.x\bootstrap.xml imported from C:\builder-ma
ter\componentbuild\templates\yui2\build.xml

Original comment by pick...@gmail.com on 13 Sep 2013 at 12:33