Eclipse不能启动,提示:The Eclipse executable launcher was unable to locate its companion launcher jar

原因分析:JDK版本与eclipse不匹配

如jdk和eclipse版本号必须统一,64位都是64位,32位都是32位。

jdk版本可以用命令,cmd进入命令窗口,然后输入java -version,查看最后一行的版本信息。

如果eclipse版本过老,使用新的JDK版本也会有此提示,需要把jdk版本更换成老的版本。

更换JDK版本后需要重新解压eclipse程序,即可打开,之前解压的eclipse程序需要删除。

时间: 2024-10-14 13:02:37

Eclipse不能启动,提示:The Eclipse executable launcher was unable to locate its companion launcher jar的相关文章

运行eclipse就提示 The Eclipse executable launcher was unable to locate its companion library. 解决方案

你试试把中文路径换掉 不行的话参考 逝去的青春的博客: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错误提示: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.j

Myeclipse打不开,弹出对话框The Myeclipse executable launcher was unable to locate its companion shared library ”

Myeclipse出现“The Myeclipse executable launcher was unable to locate its companion shared library”    (Eclipse也会出现相同错误,解决办法相同) 错误的解决方法如下: 1.打开Myeclipse所在目录下的配置文件myeclipse.ini. 2.将--launcher.library和-startup下面的路径都改为当前的正确路径. 如我的eclipse的存放路径由D:\Program Fi

eclipse代码自动提示,eclipse设置代码自动提示

eclipse是很多JAVA开发者基本上都用的工具,用它可以很方便的开发JAVA代码,当编写JAVA代码时,大部分人都是按组合键[Alt+/] 来获取代码提示的,其实可以设置只要输入代码就自动提示,在这里教大家怎么做 方法/步骤 首先打开Eclipse开发软件,然后在工具栏的[Window],点击后找到弹出列表中的[Preferences]选项,然后点击这个选项 现在弹出的窗口就是JAVA开发人员常见的设置窗口了,我们依次点开[JAVA]>>>[Editor]>>>[C

Eclipse运行时提示“Failed to load the JNI shared library /Java/jre6/bin/client/jvm.dll”的一个解决方案

出现这个问题的一个原因是eclipse需要的32位jdk,你的环境变量中配的是64位jdk 于是有人建议,重装个32位的jdk,把环境变量换成32位的jdk,但如果你的其它程序需要64位jdk的话,这肯定不是一个好办法 还有一种方法是在 eclipse根目录下有个eclipse.ini文件,添加个 -vm参数 -vm C:/Java32/jdk1.7.0_45/bin/javaw.exe      //这是我的32位jdk 注意位置 -startup plugins/org.eclipse.eq

eclipse启动报错eclipse failed to create the java virutal machine

早上一来,我的eclipse就无法启动了,错误就是这句话: eclipse failed to create the java virutal machine 直译就是eclipse无法创建JAVA虚拟机. 问题解决思路: 1.确保java虚拟机是已经正常运行的. 2.确保JAVA_HOME的环境变量是正确设置的. 3.检查eclipse的启动配置项eclipse.ini --------------------------------------------------------------

【转】Eclipse的启动问题【an error has occurred see the log file】

原文网址:http://coderlin.blog.51cto.com/7386328/1275215 方法1: 今天打开Eclipse的时候出现来了一个问题,导致了Eclipse打不开 错误的提示是: An error has occurred.See the log file 谷歌了一下,解决的办法是 删除eclipse的临时文件: eclipse/configuration 目录下的 org.eclipse.osgi org.eclipse.update 两个子目录重新启动 eclipse

android Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded

Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded 解决方法: 找到Eclipse安装目录的文件,\eclipse\eclipse.ini 打开把 launcher.appendVmargs-vmargs-Dosgi.requiredJavaVersion=1.6-Xms40m-Xmx512m- 修改为: launcher.appendVmargs-vmargs-Dosgi.requiredJavaVersion=

eclipse的自动提示功能

一般情况下按ALT+/即可提示,若想按任意字母都有提示,则可以打开eclipse的自动提示功能,打开或关闭该提示功能的步骤如下: 打开eclipse后一次点Window->Perferences->Java -> Editor -> Content Assist 在打开的页面的的右侧找到auto-Activation 下面有三个选项,找到第二个“Auto activation triggers for Java:”选项,在其后的文本框中会看到一个“.”存在.这表示:只有输入“.”之