Error when checking Java version: could not find java.dll

后端 未结 18 2233
长情又很酷
长情又很酷 2020-11-29 07:29

why do I get this? How can I fix it?

C:\\Users\\ash>java version
Error: Registry key \'Software\\JavaSoft\\Java Runtime Environment\'\\Cu         


        
18条回答
  •  北荒
    北荒 (楼主)
    2020-11-29 07:49

    In my case the regedit information was correct and the problem was solved by doing the below:

    1) setting JAVA_HOME to jdk - set JAVA_HOME=C:\Program Files\Java\\bin 2) setting PATH to jre - set PATH="C:\Program Files\Java\\bin"

提交回复
热议问题