码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2017-06-21 11:23:30      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:for   原因   tab   share   解决办法   eclipse   技术分享   art   错误提示   

打开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.

标签:for   原因   tab   share   解决办法   eclipse   技术分享   art   错误提示   

原文地址:http://www.cnblogs.com/liuyi2614/p/7057934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!