eclipse启动出现Failed to load the JNI shared library


查看一下jdk版本

eclipse启动出现Failed to load the JNI shared library


打开eclipse安装路径,查看eclipse版本,打开eclipse.ini(用记事本或者文本编辑工具)

eclipse启动出现Failed to load the JNI shared library

发现是版本不一致问题,jdk是64,eclipse是32

eclipse启动出现Failed to load the JNI shared library


配置版本一致的jdk,或者重装eclipse即可

JAVA_HOME  jdk的安装路径  C:\Oracle\Middleware\jdk160_14_R27.6.5-32

eclipse启动出现Failed to load the JNI shared library


配置一下path即可


eclipse启动出现Failed to load the JNI shared library


相关文章: