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

后端 未结 15 1316
你的背包
你的背包 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:50

    Check that the version being used by Eclipse is same as shown in your error code. If not, call that version explicitly.

    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -version
    

提交回复
热议问题