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

前端 未结 30 1856
野的像风
野的像风 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:28

    There are working combinations of OS, JDK and Eclipse bitness. In my case, I was using a 64-bit JDK with a 32-bit Eclipse on a 64-bit OS. After downgrading the JDK to 32-bit, Eclipse started working.

    Use one of the following combinations.

    • 32-bit OS, 32-bit JDK, 32-bit Eclipse (32-bit only)
    • 64-bit OS, 32-bit JDK, 32-bit Eclipse
    • 64-bit OS, 64-bit JDK, 64-bit Eclipse (64-bit only)

提交回复
热议问题