0

I installed Java7(64bit), EclipseKepler(64bit) and my OS is Win10(64bit) also how can I fix this?

I have the error message here.

DanielBarbarian
  • 4,255
  • 12
  • 30
  • 38
F.Satorre
  • 7
  • 1
  • You have a 64 bit Eclipse and a 32 bit Java. They must both be 64 bit or both 32 bit. Also Eclipse Kepler is really old, move to the latest Eclipse (Neon). – greg-449 Aug 25 '16 at 06:50

1 Answers1

0

You seem to have a Java version which is of 32 bit, where the eclipse is picking up. Follow the instructions written here in the post Can't start Eclipse - Java was started but returned exit code=13

and it should solve your problem.

cheers,

Saurav

Community
  • 1
  • 1
saurav
  • 4,032
  • 7
  • 38
  • 74