All, I wanted to know what is the difference between installing an JDK using the installer provided by Oracle and using the JDK directory that is created after installation.
Say I installed JDK7u1 using the installer from oracle on a machine M1, at the location: C:\Program Files\Java\JDK7u1
I can copy the JDK7u1 directory (including all it's sub-directories) to another machine M2 into the folder
"D:\JVMs" so the directory looks like : "D:\JVMs\JDK7u1". If I set my JAVA_HOME to "D:\JVMs\JDK7u1" and add the "D:\JVMs\JDK7u1\bin" to path variable.
Is it any different?
If they are not different why are the windows distribution from Oracle does not come with a .zip distribution?
Also, if I already have INSTALLED the JDK6u23 on my machine will installing jdk7 installer cause any problem?
My system information: Windows XP SP3 32 bit machine.
Thanks