Can anyone please help me with getting the source code for "tools.jar" available under jdk1.6.
I searched in google and searched inside jdk6 source file but couldn't able to find.
You can find it here:
http://grepcode.com/snapshot/repository.grepcode.com/java/root/jdk/openjdk/6-b14/
openjdk/6-b14 -> sun -> tools -> jar
If just download the full VM source code you will get tools.jar source along with it. Alternatively you can always visit OpenJDK source code.