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

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

    It turned out I only had the 32-bit Java runtime installed.

    C:\Program Files (x86)\Java\jre1.8.0_45\
    

    All Eclipse really wanted was for me to install the 64-bit Java runtime. <= SOLVED

    Java SE Runtime Environment 8u45  jdk-8u45-windows-x64.exe
    

    http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

    Confirm your installation by checking you now have this folder
    
        C:\Program Files\Java\jre1.8.0_45\
    

提交回复
热议问题