JGeek
JGeek

Reputation: 1

Not able to start Eclipse Kepler

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

Upvotes: 0

Views: 2057

Answers (2)

amir elhajjam
amir elhajjam

Reputation: 95

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

Upvotes: 0

Eng.Fouad
Eng.Fouad

Reputation: 117597

Make sure you download:

  • 64-bit version of Eclipse.
  • 64-bit version of JDK.

Upvotes: 2

Related Questions