eclipse中启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse中启动 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不太可能发生
借鉴:http://blog.csdn.net/zyz511919766/article/details/7442633/
以上是关于eclipse中启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse无法正常启动,弹出对话框内容为 A Java Runtime...
eclipse启动时弹出Failed to create the Java Virtual Machine
启动Eclipse时,弹出JVM terminated. Exit code=127..错误的解决方案
使用eclipse运行JSP文件时怎么总是弹出Problem Occurred错误?
启动Eclipse 弹出"Failed to load the JNI shared library jvm.dll"错误