When I try opening Eclipse, a pop-up dialog states: Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`. Following this, Eclipse force closes. Answer: You need a 64-bit trio: 64-bit OS 64-bit Java 64-bit Eclipse http://stackoverfl…
64位操作系统弹出"Failed to load the JNI shared library /..jre/bin/client/jvm.dll”,最大的可能就是jdk的版本问题.去你的C盘看看java文件夹如果在Program File(x86)下面说明你的jdk肯定是32位得,马上卸载掉,到oracle官网上下载个64位的装上就可以了.当然你的eclipse也必须是64位得了.…