安装eclipse时报错,请教大神呀!!!!

安装eclipse时出现The Eclipse executable was unable to locate its companion shared jar的错误,环境已设置好,反复弄了无数遍都不行。我下的SDK是在http://developer.android.com/sdk/index.html下的说ADT包含SDK的版本,然后解压打开eclipse总是出错,求解!!!弄了2天了,哭死了!!!

你试试把中文路径换掉
不行的话参考
逝去的青春的博客:

Eclipse出现“The Eclipse executable launcher was unable to locate its companion shared library”错误的解决方法如下:

一、打开eclipse目录下的配置文件eclipse.ini。

二、将--launcher.library和-startup下面的路径都改为当前的正确路径。
如我的eclipse的存放路径由D:\Program Files\改为D:\,则将路径里eclipse前的“Program Files\”去掉即可。

如果要在eclipse打开时显示工作路径对话框,则有两种解决方法:

方法一、关闭Eclipse并打开eclipse的安装目录,依次打开以下目录,configuration\.settings文件夹下有一个文件org.eclipse.ui.ide.prefs,用记事本打开,将下列红色字符改为true即可:SHOW_WORKSPACE_SELECTION_DIALOG=true

方法二、设置方法如下:依次打开Window -> Preferences -> General -> Startup and Shutdown 。然后勾选Confirm exit when closing last window复选框即可。或者点击Restore Defaults按钮。
***********************************************************************************************************
下面这个跟你的问题比较像:摘自kiwi's garden的博客
The Eclipse executable launcher was unable to locate its companion launcher jar的解决方法

To resolve this issue perform the following steps:
Go to the installation location (for example, C:/Program Files/IBM/TeamConcert)
Copy the eclipse.ini file to a backup file (such as eclipse.ini.bak).
Edit the eclipse.ini file and remove these two lines:
-startup
plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
Start the Rational Team Concert client again.

大概就是说在安装目录里找到eclipse.ini 然后移除以下两行:
-startup
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar

你再试试追问

试过了,还是一样。

追答

貌似改eclipse.ini 的方法不错

温馨提示:内容为网友见解,仅供参考
第1个回答  2018-06-28
  Eclipse是不需要安装的,官网下载后直接解压可用,解压后的目录结构如上图,鼠标双击eclipse.exe即可运行程序,你是双击时没有反应还是直接弹出报错框?出现这种状况可能是你的版本下载有问题吧。
  
  Eclipse需要安装的是各种插件,你是否是插件安装遇到问题?本回答被网友采纳
第2个回答  2014-07-07
我前几天官网还下载了个免安装版本,环境全部配置好;打开即可用,安卓版的;连SDK都是免安装版, 只需要配置一下环境变量就可用;这个是下载地址:http://dl.google.com/android/adt/22.6.2/adt-bundle-windows-x86_64-20140321.zip追问

我弄了2天了,eclipse是标准版本的,环境配置也弄好了,就是死活出现这个错误。。。

追答

改这个文件这个地方试试看

相似回答