Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing tools.jar file [duplicate]

Tags:

java

ant

Yes, I read other posts here about the same thing. I made sure to install the JDK and not the JRE. I installed jdk-7u45-windows-x64 on my Win7 machine but there is no tools.jar file.

Is there some other Java SDK that I need to download and install?

I'm trying to run Ant.

like image 259
RalphF Avatar asked Dec 14 '13 01:12

RalphF


1 Answers

tools.jar is located in jdk_home/lib

like image 118
Evgeniy Dorofeev Avatar answered Sep 17 '22 13:09

Evgeniy Dorofeev