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

后端 未结 15 1276
你的背包
你的背包 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 22:05

    "Java was started but returned exit code=13"

    error is caused when you are attempting to start Eclipse using the wrong version of the Java Virtual Machine (JVM).

    Here are some recommendations to correct this error:

    http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html

提交回复
热议问题