简体   繁体   中英

Can't install JDK 8 in windows 10

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.

在此处输入图像描述

Thanks for you

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM