Eclipse 可执行启动器无法定位其配套共享库错误消息
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20644331/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
the Eclipse executable launcher was unable to locate its companion shared library error message
提问by Mike Hawk
I decided to turn over a new leaf and start learning Java, but after downloading eclipse I cannot seem to make it run. I originally got an error saying it couldn't find my VM so I changed the path in the eclipse.ini to where "Java Mission Control" is installed, and now it's giving me this error when I try to run the application. I have looked at many other posts where people get the same error message but they all have to do with wrongly unzipped files and I am quite sure I unzipped it properly. I have also tried different mirrors and redownloaded eclipse 5 or 6 times as well as reinstalled JDK with no avail. I have used WinZip, Windows file explorer, and Jzip all to unzip the file with the same message.
我决定改过自新开始学习Java,但是下载了eclipse之后我似乎无法运行它。我最初收到一个错误,说它找不到我的 VM,所以我将 eclipse.ini 中的路径更改为安装“Java Mission Control”的位置,现在当我尝试运行应用程序时,它给了我这个错误。我查看了许多其他帖子,其中人们收到相同的错误消息,但它们都与错误解压缩的文件有关,我很确定我正确解压缩了它。我也尝试过不同的镜像并重新下载了 eclipse 5 或 6 次以及重新安装了 JDK 都无济于事。我已经使用 WinZip、Windows 文件资源管理器和 Jzip all 来解压缩具有相同消息的文件。
Windows 7 64bit 8gb ram,i7, 660ti graphics
Windows 7 64 位 8GB 内存、i7、660ti 显卡
回答by Ben
If you copy and paste all of the contents into a folder on your desktop, you can then use the eclipse.exe file just fine.
如果您将所有内容复制并粘贴到桌面上的文件夹中,则可以使用 eclipse.exe 文件就好了。
回答by JaimeBee
I had the same problem with Eclipse. I even had a very similar problem when trying to install the Android Studio (I wanted to compare Eclipse and Android Studio). The difference with Android Studio was the error message (forgot exactly, but was saying that I was missing a .dll file that was important).
我在 Eclipse 上遇到了同样的问题。我什至在尝试安装 Android Studio 时遇到了非常相似的问题(我想比较 Eclipse 和 Android Studio)。与 Android Studio 的不同之处在于错误消息(完全忘记了,但说我丢失了一个重要的 .dll 文件)。
The simple thing that solved the problem: I moved the original .zip file out of the folder where the unzipped files were created (I moved to the desktop). You can even delete it definitely because once unzipped we don't need it anymore. Then, the Eclipse.exe run smoothly (even before running it I noticed its icon changed after I eliminated the .zip). Then I went and did the same for Android Studio, run the corresponding .exe file, and tara-raaaan: run too!!!
解决问题的简单方法:我将原始 .zip 文件移出创建解压缩文件的文件夹(我移到桌面)。您甚至可以绝对删除它,因为一旦解压缩我们就不再需要它了。然后,Eclipse.exe 运行顺利(甚至在运行它之前,我注意到它的图标在我删除 .zip 后发生了变化)。然后我去对Android Studio做了同样的事情,运行对应的.exe文件,然后tara-raaaan: run too!!!
Easy... but not obvious at all, I know. Hope this helps!
很简单……但一点也不明显,我知道。希望这可以帮助!
PD: Before this problem I had another one. It was related with Java (JDK); I had to add the path where it was installed and that solved the problem.
PD:在这个问题之前我有另一个问题。它与Java(JDK)有关;我必须添加它的安装路径并解决了问题。