Failed to load the JNI shared library

之前一直用的是32位的Win7,安装的jdk和eclipse也是32位的,前几天换了个64位的系统,刚刚在网上下载的64位的eclipse打开就报错Failed to load the JNI shared library

网上有很多解决这个问题的办法总之就是你的jdk环境和eclipse环境对不上,要么是32位的jre和64位的eclipse,或者是64位的jre用32位的Eclipse.所以我就想当然的将原先的32位jdk删掉了换成64位的jdk.64位的eclipse能用了。但是发现32位的eclipse打开报错jvm terminated. exit code=1。又在网上百度了下这个问题。解决方法是在32位Eclipse目录下修改eclipse.ini文件.但是始终没有成功,后来将jdk还原成了32位的就好了。但是我想32位的Eclipse和64位的Eclipse同时都能运行。因为32位的Eclipse用过很长时间了。里面的配置为也不愿在新版本中改,插件也装了一大把。懒得改了。后来我就同时装了32位的jdk和64位的jdk,网上有文章说同时使用不同版本的jdk,可以写批处理。

最后我的解决办法是将64位的jdk中的jre文件放到64位Eclipse文件的eclipse.exe的同级目录下面,注意jre不要改名之前我的jre6文件名就启动不了。后来改成jre就成功的将64位的eclipse启动了。自己的电脑的环境变量中还是使用的32位的jdk.

因为eclipse本身就是一个java程序,同普通java程序一样需要先寻找jre。会先在自己的同级目录下面寻找jre,如果没有就会去找path里面的。将64位的jre放在他的目录下面让eclipse自己单独使用一个jre即可。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
This error message typically occurs when a Java program is unable to load the Java Native Interface (JNI) shared library. The JNI is a programming framework that allows Java programs to interact with native applications and libraries written in languages such as C and C++. Here are some possible reasons for this error: 1. Missing or incorrect library path: The JVM may not be able to find the JNI library because the library path is not set correctly or the library file is missing. 2. Wrong architecture: The JVM may be trying to load a JNI library that is not compatible with the architecture of the system. For example, if the JVM is 64-bit and the JNI library is 32-bit, it will not be able to load the library. 3. Incompatible Java version: The JNI library may not be compatible with the version of Java that is installed on the system. 4. Corrupted library file: The JNI library file may be corrupted, which can prevent it from loading correctly. To resolve this error, you can try the following: 1. Check the library path: Ensure that the library path is set correctly and that the JNI library file exists in the path. 2. Check the architecture: Ensure that the JNI library file is compatible with the architecture of the system. 3. Check the Java version: Ensure that the version of Java installed on the system is compatible with the JNI library. 4. Reinstall the library: Try reinstalling the JNI library to ensure that it is not corrupted. If none of these solutions work, you may need to consult the documentation for the specific Java program you are using or contact the developer for further assistance.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值