简体   繁体   English

找不到 java se 13 的 jre 文件夹

[英]jre folder not found for java se 13

I downloaded the installer for the java se 13 development kit.我下载了 java se 13 开发工具包的安装程序。 When the installation completed the jre folder was missing in the C://java directory.安装完成后,C://java 目录中缺少 jre 文件夹。 When I entered the command java -version in the cmd prompt I got three errors stating:当我在 cmd 提示符下输入命令java -version时,出现三个错误:

error: opening registry key 'software/javasoft/jre'错误:打开注册表项“software/javasoft/jre”

error: could not find java.dll错误:找不到 java.dll

error: could not find java se runtime environment错误:找不到 java se 运行时环境

How to rectify this situation?如何纠正这种情况?

Make sure you remove any java.exe, javaw.exe and javaws.exe from your Windows\System32 folder and if you have an x64 system (Win 7 64 bits) also do the same under Windows\SysWOW64.确保从 Windows\System32 文件夹中删除所有 java.exe、javaw.exe 和 javaws.exe,如果您有 x64 系统(Win 7 64 位),也在 Windows\SysWOW64 下执行相同操作。

Java Error opening registry key Java 错误打开注册表项

Have a look.看一看。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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