简体   繁体   中英

ADT Eclipse: Failed to Create The Java Virtual Machine

I have the Installed Android ADT Bundle Installed. Ran Perfectly early today and now I have clicked on the desktop Icon and receive this:

"Failed to Create the Java Virtual Machine"

does anyone know how to get around this or had this problem before ?

尝试删除文件夹中的.ini,它至少对我有用!

  1. Open folder with Eclipse.exe and find eclipse.ini file
  2. Replace -vmargs

by your current real path of javaw.exe: -vm “c:\\Program Files\\Java\\jdk1.7.0_07\\bin\\javaw.exe”

vm args in eclipse ini

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM