0

I have downloaded Eclipse Kepler and not able to start, when i tried to open(start eclipse) i got Error: "Failed to load C:/Java/..../bin/client/jvm.dll" , after trying to find to solution i tried with adding "-vm C:\Java\jdk1.7.0_45\bin\javaw.exe " in eclipse.ini file, but for my bad luck even after adding this i got another error: "Java was started but returned exit code=13 ........"

My Environment setup is: Windows 8 Java 7, 64 bit Eclipse Kepler 64 bit

JGeek
  • 1
  • 2

2 Answers2

2

Make sure you download:

  • 64-bit version of Eclipse.
  • 64-bit version of JDK.
Eng.Fouad
  • 115,165
  • 71
  • 313
  • 417
  • Thanks, It was completely my mistake was having 32 bit java. Issue got resolved after having 64 bit java – JGeek Nov 22 '13 at 20:25
0

Kindly check the following:

1) Your eclipse version,whether it is compatible with what version of java. Have that. 2) check if the the environment variable JAVA_HOME setted to your last version of java installed

amir elhajjam
  • 95
  • 1
  • 7