I installed JDK 1.7 u 51 32 bit on Windows 7 32 bit and JDK 1.7 u 51 64 bit on Windows 7 64 bit machine from following link http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Windows x86 (http://download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-windows-i586.exe) Windows x64 (http://download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-windows-x64.exe)
After installation I found different folder hierarchy creation in jre. I was surprised because it creates different structure without giving any option.
Difference
JDK 1.7 u 51 32 bit is having three directories: -
C:\Program Files\Java\jre7\bin\client
C:\Program Files\Java\jre7\bin\dtplugin
C:\Program Files\Java\jre7\bin\plugin2
Note: - There is no server directory
While in JDK 1.7 u 51 64 bit is having different directory structure
C:\Program Files\Java\jre7\bin\server
C:\Program Files\Java\jre7\bin\dtplugin
C:\Program Files\Java\jre7\bin\plugin2
Note: - There is no client directory
Now question comes here, because of what option JDk kit has created "client" and "server" directories.