Can’t start Eclipse – Java was started but returned exit code=13
Your version of Eclipse is 64-bit, based on the paths and filenames. However, the version of Java that it’s picking up is 32-bit, as indicated by where it is coming from, on this line: -vm C:\Program Files (x86)\Java\jre7\bin\javaw.exe Program Files (x86) is the folder where 64-bit Windows places 32-bit programs. Program Files is the folder … Read more