如何启动 Eclipse:在 Windows XP 中无法找到 Eclipse 可执行启动器?
Eclipse 可执行启动器无法在 Windows XP 操作系统中找到共享库。当我启动 Eclipse 时,我不断收到此错误,我浏览了但无法找到任何正确的解决方案。谁能帮助我,我现在真的需要日食吗?
eclipse executable launcher was unable to locate shared lib in windows xp OS..I keep getting this error when i launch eclipse and i browsed through but not able to find any correct solution . can anyone help me out i really in the need of eclipse right now?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
安装 Java JRE/JDK 吗?否则,更详细的错误消息会很有帮助。
Install the Java JRE/JDK ? Otherwise a more detailed error message would be helpful.
让这一切对我有用的是下载 eclipse indigo 3.7.2 并(这非常重要)将其直接提取到我的程序文件夹中。在我将其解压到桌面并复制到程序文件夹 (C:\Program Files) 之前,但在尝试运行 eclipse 时,我只是收到一条错误消息,指出“Eclipse 可执行启动器无法找到其配套共享库”。
将 eclipse 直接提取到我的程序文件夹后,我运行了它,到目前为止一切正常:)
What got it all working for me was to download eclipse indigo 3.7.2 and (this is very important) EXTRACT IT DIRECTLY INTO MY PROGRAMS FOLDER. Before I would extract it to my desktop and copy into the programs folder (C:\Program Files) but I would jus get an error message saying "The Eclipse executable launcher was unable to locate its companion shared library" when trying to run eclipse.
After extracting eclipse directly to my programs folder I ran it and so far all is working well :)