Where do I download Java development binaries (JDK) for Windows 7 64-bit?

I am trying to install a Java development environment on Windows 7 64-bit, but I am unable to find a suitable install. Is there one available? Answer The latest Java Development Kit is available at this address. Make sure to select “Windows x64” when asked for the operating system. AttributionSource : Link , Question Author … Read more

Wrong java -version being reported

I am running Windows 7 Professional x64 and have the following Java versions installed: x64 C:\Program Files\Java jdk1.6.0_24 jdk1.7.0_04 jdk1.7.0_07 jre6 jre7 x86 C:\Program Files (x86)\Java jre1.6.0_07 jre6 jre7 in my environment variables I have my PATH containing C:\Program Files\Java\jdk1.6.0_24\bin and JAVA_HOME set to C:\Program Files\Java\jdk1.6.0_24\bin However running java -version reports java version “1.7.0_07” Java(TM) … Read more

What’s the difference between JDK 8u91 and 8u92?

The Oracle website seems to be recommending version 8u91 when you click on “Java for your computer”. But when you click “Java for Developers”, it gives two options: 8u91 and 8u92. What’s the difference? Generally I would assume the highest version number is best, but in this case, I’m not sure. Answer The Oracle website … Read more

Windows 8 & Java Development

I’m considering to upgrade my PC to Windows 8, but I have one concern though. I haven’t yet found any “confirmation”, that the JDK and Eclipse will work on Windows 8. Have anyone tried to develop/run Java-applications on Windows 8? Answer Confirmed – the JDK and Eclipse will work on Windows 8. I’m running Windows … Read more

What is the difference between Java CPU and PSU Releases, eg JDK SE 8u101 and JDK SE 8u102

I’m installing JDK SE 8u101 on my mac for Android Studio. Is there any reason I should pick 8u102 vs. 8u101? Are there any noticeable differences in them? Looks like they were released at the same time. Answer Are there any noticeable differences in them? 8u101 contains security updates. This is a Critical Patch Update … Read more