JDK 8 installation does not progress on Windows 10

17,030

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.

Share:
17,030

Related videos on Youtube

Hilal
Author by

Hilal

Updated on September 18, 2022

Comments

  • Hilal
    Hilal over 1 year

    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.

    • Lii
      Lii almost 8 years
      One weirdness: You say the file is named jre -8u91-windows-x64.tar.gz, but the installation window in the picture says "Java Se Development Kit". The Development Kit installation file should be something with jdk in its name, not jre. Maybe you have got the wrong file?
    • Hilal
      Hilal almost 8 years
      Actually I have jdk-8u91-windows-x64.exe in my Downloads folder. And I am trying to run that file. I think I gave you wrong link and name. Eclipse Java FX said that I need Java 8 and I downloaded jdk8 but as I said installation does not progress
    • Ramhound
      Ramhound almost 8 years
      I was able to install that specific version of the JDK 8 without a problem on my Windows 10 machine. Are you attempting to install it as a User or as an Administrator?
    • Hilal
      Hilal almost 8 years
      I am installing as an Administrator. But now I tried to run as administrator and it fixed. Thanks
    • John Jones
      John Jones over 6 years
      I had the same issue and it seems to have been related to having a java process open (I had gogland running), after closing that process the installer immediately completed.