Can't install JDK 8 in windows 10

Viewed 1071

I just had a computer with windows 10 already installed. For a project I need JDK 6 and JDK 8. I was able to download the first one. On the other hand, when I try to install the second I do not arrive it is just after the validation below nothing is displayed.

enter image description here

Thanks for you

2 Answers

Mabye use : Can we have multiple Java SDKs in one machine?

To know whether jdk is installed or not try :

Go to control pannel > Program and Features and check if Java /JDK is listed there or

  1. Open your command prompt in Wndows (cmd)
  2. Type “java -version“

I solved the problem by using a source folder of openJDK.

Related