`
Donald_Draper
  • 浏览: 996372 次
社区版块
存档分类
最新评论

eclipse failed to load the jni shared library

阅读更多
failed to load the jni shared library
ecipse版本与JDK比较分析:http://blog.csdn.net/bbirdsky/article/details/49468925
这个一般jdk位数32,64或版本,eclipse版本位数与jdk吻合即可。
我的配置:eclipse.ini
--launcher.appendVmargs
-vm
D:/JDK1.6_64/bin/javaw.exe

--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms1380m
-Xmx1380m
-Xss3m
-XX:+UseParallelGC
-Xverify:none
-XX:+DisableExplicitGC
-Xnoclassgc
#-XX:+UseParNewGC
#-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=85
-XX:ReservedCodeCacheSize=256m
分享到:
评论

相关推荐

    启动 Eclipse 弹出 Failed to load the JNI shared library jvm.dll 错误的解决方法

    在使用Eclipse集成开发环境时,可能会遇到一个常见的问题,即在启动Eclipse时收到“Failed to load the JNI shared library jvm.dll”的错误提示。这个错误通常表明Eclipse无法找到必要的Java虚拟机(JVM)组件来...

    eclipse启动出现“failed to load the jni shared library”问题解决

    在使用Eclipse开发Java应用程序的过程中,有时可能会遇到一个棘手的问题——"failed to load the JNI shared library"。这个错误提示意味着Eclipse无法加载JNI(Java Native Interface)共享库,这通常与Eclipse和...

    centos下eclipse+ subclipse配置

    - **处理 JNI 共享库错误**:如果遇到“failed to load the jni shared library”错误,可能是因为 SELinux 阻止了加载。可以通过编辑 `/etc/sysconfig/selinux` 文件,将 `SELINUX=enforcing` 改为 `SELINUX=...

    Java8学习资料

    - **原因分析**:出现 “Failed to load the JNI shared library” 这个错误的主要原因是 Eclipse 和 JDK 的位数不匹配。例如,如果 Eclipse 是 32 位的,但 JDK 却是 64 位的,那么在启动 Eclipse 时就会出现上述...

    android文档

    3. **处理错误**:如果遇到“failed to load the jni sharedlibrary”错误,通常是因为 SELinux 的限制。解决办法是通过编辑 `/etc/sysconfig/selinux` 文件,将 `SELINUX=enforcing` 修改为 `SELINUX=disabled`,...

    JDK 1.8 安装配置教程(win7 64bit )

    否则,在启动 Eclipse 时可能会出现“Failed to load the JNI shared library jvm.dll”错误。 在选择 JDK 的版本时,需要根据自己的需求来选择。如果需要搭建 Android 环境,且 SDK 包的版本比较高,比如 Android ...

    Eclipse开发文档

    需要注意的是,Eclipse与JDK的位数需要匹配,否则可能会遇到如http://superuser.com/questions/186001/eclipse-failed-to-load-the-jni-shared-library所示的问题。另外,PyDev还有其他可选插件,如PyDev Mylyn ...

Global site tag (gtag.js) - Google Analytics