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

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

    You have to go to the folder where eclipse is installed and then you have to change the eclipse.ini file.

    You have to add

    -vm

    C:\Program Files\Java\jdk1.8.0_202\bin\javaw.exe

    Your eclipse.ini file will look like the below screenshot

提交回复
热议问题