After having HD changed, I downloaded and tried to run the eclipse and it returned the error:
Java was started but return exit code =13
- What is causing this error?
After having HD changed, I downloaded and tried to run the eclipse and it returned the error:
Java was started but return exit code =13
First, make sure JDK
is installed.
Once installed, verify that the PATH
variable has been set.
To do this,
PATH
variable in the 'System Variables' box. Click on it and then on the 'edit' button; C:\Program Files\Java\jdk1.7.0_71\bin
OK
on all previous open screens and try opening Eclipse; This is because you downloaded a 32-bit version of Eclipse and tried to run it with a 64-bit version of Java, and vice versa. Just download the version corresponding to your JDK and it will be solved.
Run the command java -version
at the prompt command.