Eclipse错误提示:The Eclipse executable launcher was unable to locate its companion shared library.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse错误提示:The Eclipse executable launcher was unable to locate its companion shared library.相关的知识,希望对你有一定的参考价值。

打开Eclipse弹出错误提示:TheEclipse executable launcher was unable to locate its companion shared library.

技术分享

中文意思:Eclipse可执行文件的启动器无法找到它的共享库(google告诉我的,目前的英文水平还不咱滴,正努力中)

Eclipse.ini文件内容如下:

-startup  
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar  
--launcher.library  
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222  
-product  
org.eclipse.epp.package.jee.product  
--launcher.defaultAction  
openFile  
--launcher.XXMaxPermSize  
256M  
-showsplash  
org.eclipse.platform  
--launcher.XXMaxPermSize  
256m  
--launcher.defaultAction  
openFile  
-vmargs  
-Dosgi.requiredJavaVersion=1.5  
-Xms40m  
-Xmx512m  

问题的原因:问题就出在红色的小字,说的找不到库就是指那个。

解决办法:--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222

删除就可以了。

以上是关于Eclipse错误提示:The Eclipse executable launcher was unable to locate its companion shared library.的主要内容,如果未能解决你的问题,请参考以下文章

启动eclipse时候提示错误Error:Could not create the Java Virtual Machine. Error:A Fatal exception has occurred

eclipse的启动失败提示"发生了错误,请参阅日志文件"该怎么办?

eclipse启动时弹出Failed to create the Java Virtual Machine

eclipse提示the user operation is waiting

The word is not correctly spelled问题解决

eclipse不自动弹出提示的解决办法(eclipse alt+/快捷键失效)centos 6.7