美文网首页
启动 Eclipse弹出“Failed to load the

启动 Eclipse弹出“Failed to load the

作者: VickyShen | 来源:发表于2017-10-12 20:23 被阅读0次

启动 Eclipse弹出“Failed to load the JNI shared library jvm.dll

原因1:给定目录下jvm.dll不存在。

对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。

原因2:eclipse的版本与jre或者jdk版本不一致

对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。

原因2的概率更大一些,原因1不太可能发生

查看eclipse版本:http://jingyan.baidu.com/article/2fb0ba404f1b4e00f2ec5f08.html

查看jdk版本:http://jingyan.baidu.com/article/ab69b270b8ae352ca7189f20.html

目前已有64位和32位的jdk啦!

相关文章

网友评论

      本文标题:启动 Eclipse弹出“Failed to load the

      本文链接:https://www.haomeiwen.com/subject/eggoyxtx.html