Can't start Eclipse - Java was started but returned exit code=13

前端 未结 30 1412
野的像风
野的像风 2020-11-22 00:49

I am trying to get my first taste of Android development using Eclipse. I ran into this problem when trying to run Eclipse, having installed version 4.2 only minutes ago.

30条回答
  •  孤独总比滥情好
    2020-11-22 01:35

    enter image description here

    The issue was fixed by doing the following steps.

    1. Eclipse finds the JAVA executables from 'C:\ProgramData\Oracle\Java\javapath'

    2. The folder structure will contain shortcuts to the below executables,
      i. java.exe
      ii. javaw.exe
      iii. javaws.exe

    3. For me the executable paths were pointing to my Program Files(x86) (home for 32 bit applications) folder location

    4. I corrected it to Program Files (which homes 64-bit applications) and the issue got resolved

    Please find the screenshot for the same.

提交回复
热议问题