如何修复Eclipse可执行启动程序无法找到其Windows 7的伴随共享库?

sai*_*aja 14 java eclipse

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

eclipse可执行文件启动程序无法找到其随播共享库.

以前Eclipse jre6在我的电脑上安装时工作正常.安装后jre7 update 25,我无法再启动Eclipse.

我的Eclipse ini-file包含以下行:

-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 
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个错误?任何帮助都会很棒.

tea*_*rop 12

有类似的问题,这是更新的结果.请确保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
Run Code Online (Sandbox Code Playgroud)

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


小智 0

就我而言,这是 64 位版本的 Kepler 和 windows7 的问题。我下载了32位的,立刻就可以用了。