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

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

    Remove the following entry from your "path" System Variable- "C:\ProgramData\Oracle\Java\javapath"

    Go to Control panel -> System -> Environment variable -> System Variable -> Path (Edit)

    then Remove first entry which would be "C:\ProgramData\Oracle\Java\javapath".

    Then eclipse will start.

提交回复
热议问题