JDK 1.5.0 Update 5 does not deploy tools.jar?

I just downloaded and installed JDK 1.5.0 Update 5 for Windows, after uninstalling my 1.4.2_09 SDK.

After updating my Windows env settings and my scripts, I tried compiling using the new JDK and got an error message saying it could not find 'tools.jar'.

My drive is partitioned into C: and D: drives - C: contains Windows, D: is programs/data. I installed both the SDK and JRE onto D:. I mention that because the InstallInstructions used to require the JRE to be installed on the drive with Windows -- I didn't see that requirement in the Instructions for this version.

I looked in the usual <jdk dir>/lib for tools.jar, and it is NOT there. I searched the JDK install directory, and it is also not there.I looked for files placed by in the installer in C:\Program Files and D:\Program Files and there is nothing there at all (I know, only public JRE stuff goes there anyway).

So my question.....when I chose to install Developer Tools in the installer, shouldn't tools.jar have been delivered? What am I missing? I've installed JDK/SDK/JRE's a million times. Has anybody else seen this?

[1131 byte] By [kentbutlera] at [2007-10-2 5:52:58]
# 1
Something must be wrong on your computer.I also have JDK 1.5.0 Update 5 installed and I do have tools.jar in %JAVA_HOME%\lib.Try downloading the JDK again.
jesperdja at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 2
I got the same problem. I upgraded from 1.5.0_04 to 1.5.0_06. tools.jar is in 1.5.0_04, but not in 1.5.0_06.
orbitphreak@yahoo.coma at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 3
Make sure that you d/l's the JDK, not the JRE.
ChuckBinga at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 4
I think this happens when you install the JDK and the JRE to the same directory.May be a bug/feature in the installer
code-monkeya at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 5
I Have just made a complete new installation-- no tools.jarwhere can I get this, need it, the 'old' from JDK 1.4 produces errors like 'wrong version 49.0 should be 48.0'
gesaa at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 6
Found the mistake myself..... mixed up JRE and JDK
gesaa at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 7
I have definitely downloaded and installed jdk5.0_6 and there is no tools.jar in /lib... anybody know if I can dl it separately?
daigoro_chana at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 8
It's not available except by d/l of the JDK, AFAIKAre you using Linux? Post the path to the directory that you're looking in.In Windows, the default isC:\Program Files\Java\jdk1.5.0_06\lib\tools.jar
ChuckBinga at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...
# 9
I had the same problem several times, was about to give up, but succeeded finally when I installed the jdk and jre in different directories.
goteheada at 2007-7-16 2:02:32 > top of Java-index,Administration Tools,Sun Connection...