eclipse could not create the Java Vitual Machine

eclipse could not create the Java Vitual Machine

CreateTime--2018年4月27日11:07:15

Author:Marydon

1.情景还原

2.解决方案

  查看eclipse.ini要求的jdk版本,配置成指定的jdk版本

  说明:

  eclipse要求配置1.8,我之前配置的是1.7,所以报错;

  另外,-Xmx默认配置的是1024m,如果还是报错,将值调小。

原文地址:https://www.cnblogs.com/Marydon20170307/p/8961437.html