-2

I have downloaded jdk-8u101-windows-i586.exe. My PC configuration is Windows 7 (32 Bit). I have already JDK and JRE 1.7. I want to install JDK 8 as well. But when I run the installer it is showing

the program might not have installed correctly

With two possible action as follows

Reinstall using recommended settings.

This program installed correctly.

I tried the first option but nothing happened. Even no other windows popup with error message. I tried troubleshot with help message but nothing worked.

What could be my problem. Please help me to install the JDK 8.enter image description here

Partha Sarathi Ghosh
  • 10,936
  • 20
  • 59
  • 84

2 Answers2

1

It might have installed correct ..set the path variable to jav installed bin path & java_home to java directory installed

and try running the command

java -version

Girish
  • 161
  • 1
  • 1
  • 9
0

As a first step, reboot the system and try installing JDK 8u101 (32-bit) again. Sometimes, a failed install/uninstall attempt could lead to this state with stale registries. Also, make sure that you have downloaded this from the correct web site: http://www.oracle.com/technetwork/java/javase/downloads/index.html

If this still does not work, suggest you to submit a bug at: http://bugs.java.com/

pariti
  • 1
  • 2