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

后端 未结 18 2185
长情又很酷
长情又很酷 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:45

    I had to remove the Common Files javapath from the 'Path' that was conflicting, in order to make it work. Now thankfully the java -version works just fine.

    C:\Program Files (x86)\Common Files\Oracle\Java\javapath
    

提交回复
热议问题