0

Eclipse was working perfectly yesterday and when I tried to open it this morning. This is what came up:

Eclipse Link

Can you please suggest a way of resolving this error.

Thanks

M. Mariscal
  • 1,226
  • 3
  • 17
  • 46
Patrick Lafferty
  • 337
  • 1
  • 7
  • 20

3 Answers3

0

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

Community
  • 1
  • 1
Mamunahmed33
  • 37
  • 10
0

Try just updating the eclipse.ini check for

-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
C:\Program Files\Java\jdk1.8.0_65\bin\javaw.exe
Alvaro Silvino
  • 9,441
  • 12
  • 52
  • 80
0

Try adding --clean to your eclipse.ini that seems to solve a multitude of problems.

Lee
  • 738
  • 3
  • 13