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

标签 eclipse java

启动 Eclipse 时出现以下错误:

The eclipse executable launcher was unable to locate its companion shared library.

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

我的 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 

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

最佳答案

有类似的问题,这是更新的结果。请确保 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

关于eclipse - 如何修复 Eclipse 可执行启动器无法找到其适用于 Windows 7 的配套共享库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17824433/

相关文章:

java - 将格式化规则应用于整个 Eclipse 工作空间

Java SE HTML POST 文件名问题

java - 如何从一个 Maven 模块访问另一个 Maven 模块的 JSF 模板、类

Android NDK 创建可执行文件但未将其推送到设备上(Eclipse)

java - 本地存储库中缺少 tools.jar 会破坏 m2eclipse

android - 在 Eclipse 中调试 Android 设备时 PC 崩溃

java - Spring Boot缓存中的咖啡因缓存: Get all cached keys

java - 如何在java中声明一个数值变量,该变量始终保存固定长度为3位的数字值。

java - 比 RSA 更快的非对称密码

java - Eclipse : The type VertexNotFoundException could not be resolved. It is indirectly referenced from required .class files