简体   繁体   English

Eclipse无法打开

[英]Eclipse won't open

Eclipse was working perfectly yesterday and when I tried to open it this morning. 昨天的Eclipse运行良好,今天早晨我尝试打开它时。 This is what came up: 这就是结果:

Eclipse链接

Can you please suggest a way of resolving this error. 您能否建议解决此错误的方法。

Thanks 谢谢

Click this link. 单击此链接。 Maybe what you are looking for is answered here. 也许您正在寻找的答案在这里得到了回答。

The Eclipse executable launcher was unable to locate its companion launcher jar windows Eclipse可执行启动器无法找到其配套的启动器jar窗口

Try just updating the eclipse.ini check for 尝试仅更新eclipse.ini检查

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212

then update the -vm option: 然后更新-vm选项:

-vm
C:\Program Files\Java\jdk1.8.0_65\bin\javaw.exe

尝试在您的eclipse.ini中添加--clean似乎可以解决许多问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM