朝晖 发表于 2012-10-25 23:40:16

The Eclipse executable launcher was unable to locate its companion launcher jar

拿公司的电脑回来,想弄F5那个项目部署,发现eclipse无法打开   
Error: The Eclipse executable launcher was unable to locate its companion launcher jar   
后来依照步骤,解决问题,两种方法:
方法一直接重新解压eclipse压缩包,然后一切环境都重新配置,恢复到原始状态
方法二:步骤
1、去到安装目录下,如(C:\Program Files\IBM\TeamConcert)   
2、拷贝eclipse.ini   
3、编辑 eclipse.ini 然后移除以下两行:   
-startup   
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar   
4、重新启动eclipse,OK了
页: [1]
查看完整版本: The Eclipse executable launcher was unable to locate its companion launcher jar