Eclipse ADT: Java was started but returned exit code=13

后端 未结 15 1315
你的背包
你的背包 2020-12-19 21:23

Could someone one clarify why my Eclipse (http://developer.android.com/sdk/index.html) from ADT won\'t start?

Every time I\'m getting this error:

---         


        
15条回答
  •  鱼传尺愫
    2020-12-19 21:46

    this is a makeshift solution but may sort you out.

    show hidden files, C:\ProgramData\Oracle\Java\javapath

    you will find 3 shortcut links that are pointing to the wrong directories,

    solution 1; go to C:\Program Files\Java\jre8\bin and copy out the files these links are pointing to and paste into the C:\ProgramData\Oracle\Java\javapath. Close and run again the eclipse, install updates

    solution 2: go fix the environmental paths as some other solutions here suggest.

    the first one worked for me

提交回复
热议问题