JDK 8 installation does not progress on Windows 10

I downloaded jre-8u91-windows-x64.tar.gz jdk-8u91-windows-x64.exe from Oracle web site

this Oracle web site. When I open it (by clicking double) installation windows open, then I click Next and there is a windows which shows the installation progress. But that is not processing. It is still 0 for nearly 20 minutes. My friends installed it in several minutes.

enter image description here

I have 64-bit Windows 10 OS. I have no idea about the reason.

5

3 Answers

In my case there's a Java process running (JDK 7). I just terminated that process and Java installer completed installation. In order to do it follow these steps.

  1. Open task manager.
  2. Find-out Java SE Binary process running.
  3. Right click on it and end task or use Alt + E
  4. Now Java installer completes installation.

Hope it'll be helpful.

I found that I thought I had this problem, and actually, there was a window that had popped up on another screen that required me to hit "next". If anyone else is having this issue I'd check to make sure that there isn't a popup behind one of your other windows.

0

I found that my file had been "blocked" because it was downloaded.

  • Locate the file in your downloads folder.
  • Right-Click on Properties.
  • Press the 'UnBlock' button on the General tab.

Note: if your file was not blocked there will be no 'UnBlock' button.

I also ran as Administrator.

It still took forever to start (more than 10 minutes, so I went away and worked on something else).

Regarding Shashant's answer, the two JDK processes didn't seem to have any effect, but mine were jdk-8 and not jdk-7. They seemed to pop up as soon as I started the installer.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like