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


相关文章:

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