【发布时间】:2013-07-10 18:07:11
【问题描述】:
我在工作中运行 eclipse 时遇到问题 - 在我的家庭桌面上,我得到了 64 位版本的所有内容。我所做的是将文件夹复制到我的工作桌面,但它没有。我在这里检查了架构,它也是 64 位的。失败来自双方:
如果我将我的虚拟机设置为:
C:\jre7\bin\javaw.exe
我收到来自代码 13 的错误。
如果我将虚拟机设置为
C:\jre7\bin\client\jvm.dll
我收到来自“无法加载共享库”的错误
我的原始研究是:
- Failed to load the JNI shared Library (JDK)
- Eclipse reported "Failed to load JNI shared library"
- Cannot run Eclipse; JVM terminated. Exit code=13
- Can't start Eclipse - Java was started but returned exit code=13
- Eclipse crashes at startup; Exit code=13
正在恢复:
家庭桌面 - Windows 64、JRE 64、Eclipse Juno 64
作业桌面 - Windows 64、JRE 64、Eclipse Juno 64
有人知道我能做什么吗?因为在我的研究中,我尝试的一切都是徒劳的。
【问题讨论】: