如何修复Eclipse可执行启动器无法找到其Windows 7的配套共享库?

2022-09-04 03:00:03

我在启动 Eclipse 时收到以下错误:

eclipse 可执行启动器无法找到其配套共享库。

以前,当我在PC上安装时,Eclipse工作正常。安装后,我不再能够启动Eclipse。jre6jre7 update 25

我的 Eclipse -file 有以下几行:ini

-startup
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 

如何修复此错误?任何帮助都会很棒。


答案 1

有类似的问题,这是更新的结果。请确保 eclipse 中提到的库名称.ini以及磁盘上这些文件的实际名称完全匹配。

-startup
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar

--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810

这是我用来在我的系统上解决此问题的帖子 http://codewithgeeks.blogspot.in/2013/11/fixing-eclipse-executable-launcher-was.html


答案 2

它仅在删除eclipse文件夹和所有相关文件夹(如.p2,.eclipse)(在我的情况下,它们位于我保存eclipse安装程序的不同位置)等之后才起作用,并且在重新下载eclipse后,它起作用了。


推荐