Skip to content

Commit 8d0b2d8

Browse files
committed
第四篇
1 parent 3688c5e commit 8d0b2d8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
加载JNI共享库失败(JDK)
2+
问题:当我试图打开Eclipse时,会弹出一个提示写着:
3+
Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`.
4+
然后,Eclipse会强制关闭。
5+
我做了以下几点:
6+
·我检查那个路径有没有存在什么,真的有存在。
7+
·我的Eclipse和Java SE Development Kit都是64位的。我检查我的系统,它能处理64位。
8+
·我也在Google和Stack Overflow搜索解决方法,我找到唯一的方法是下载一个32位版本的JDK和Eclipse。
9+
下载32位版本是我没办法下的办法。但还有其他的解决方法吗?
10+
11+
回答:
12+
你需要一个三件套:
13+
·64位的操作系统
14+
·64位的Java
15+
·64位的Eclipse

0 commit comments

Comments
 (0)