Once you install 64-bit JDK (usually in order to upgrade to latest JDK), you may face this issue that your eclipse doesn't start and it shows error screen with following line at the top:
java was started but returned exit code=13
This is because your latest JDK is 64-bin version and Eclipse would need 32-bit JDK. If you haven't uninstalled previous version of JDK which worked for your eclipse, all you have to do is - open the eclipse.ini file and enter following two lines:
-vm
C:/Program Files/Java/jdk1.6.0_43/bin
Once you do this, your eclipse will start just normally like it used to be :-)
Enjoy.
No comments:
Post a Comment