What version of JDK (Java Development Kit) to get?

Started by
3 comments, last by Serapth 11 years ago

I'm about to install the JDK, but I'm not sure which version I'm supposed to get Windowsx86 or Windowsx64. I'm running Windows OS but I don't know what the x86 and x64 means. Here is a link to the download:

http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download-432126.html

Advertisement
x86 = 32bit, x64 = 64 bit.

x86 will work for you, x64 might perform better on a 64 bit OS
[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!

For 99% of use-cases, the x86 version is the right choice. install and use the x64 version only if you need the usage of a 64-bit browser or a stack that allow you to allocate more then 2 GB or ram per process.

"Recursion is the first step towards madness." - "Skegg?ld, Skálm?ld, Skildir ro Klofnir!"
Direct3D 12 quick reference: https://github.com/alessiot89/D3D12QuickRef/

For 99% of use-cases, the x86 version is the right choice. install and use the x64 version only if you need the usage of a 64-bit browser or a stack that allow you to allocate more then 2 GB or ram per process.

The latter is actually a common and important need, for example with Eclipse and huge code bases. I strongly recommend the 64 bit Java SE SDK, without the browser plugin.

Omae Wa Mou Shindeiru

Also, you can install both. You can also point Eclipse to which JDK you want to use. In fact, this is a common annoying bug with Eclipse where you *HAVE* to point Eclipse to the JDK you want to use, as for some stupid reason, it uses your JRE instead.

This topic is closed to new replies.

Advertisement