码迷,mamicode.com
首页 > 编程语言 > 详细

修改jdk的版本后,软件启动报错:The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.

时间:2015-02-04 14:19:43      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:

修改jdk的版本后,软件启动报错:The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.

错误原因:

更新jdk以后,注册表里面没有随着更新jdk的版本和位置

 

绝对可行的方法:

1. 进入控制面板--程序--卸载

找到与java有关的jdk,全部卸载掉;

 

2. 在运行里面输入:regedit,进入注册表。找到HKEY_CURRENT_USER----software----javasoft

  看看还有没有这棵树,没有的话,正常;有的话,删掉javasoft;

 

3. 下载新的jdk,进行安装。安装路径和以前的一致也没有关系。

 

4. 查看注册表HKEY_CURRENT_USER----software----javasoft,发现新生成注册内容

 

5. 一切正常

 

修改jdk的版本后,软件启动报错:The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.

标签:

原文地址:http://www.cnblogs.com/lxq0309/p/4272189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!