1.打开安装的Eclipse时显示如图错误

打开Eclipse时显示 Failed to load the JNI shared Library

这说明安装的Eclipse与安装的JDK为数不一致

2.查看Eclipse和JDK的版本

Win+R启动cmd,输入 java -version回车

打开Eclipse时显示 Failed to load the JNI shared Library

未显示位数,说明为32位

3.解决方法:重装64位JDK或者重装32位Eclipse,后者较简便,因此选择后者

打开Eclipse时显示 Failed to load the JNI shared Library

problem solved :D

相关文章:

  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-11-29
  • 2021-12-06
  • 2021-10-25
猜你喜欢
  • 2021-07-20
  • 2021-06-25
  • 2021-04-15
  • 2022-12-23
  • 2021-12-29
  • 2021-06-26
相关资源
相似解决方案