Out of Memory Error in Eclipse

前端 未结 2 650
陌清茗
陌清茗 2021-01-06 11:08

I am trying to install Spring framework in my eclipse ganymede through an update site http://springide.org/updatesite. But when it updates an error will occur in my ide whic

2条回答
  •  星月不相逢
    2021-01-06 11:56

    If you are developing in windows, Try to use a different instance of Java then the your default one(c:/programfiles...). - Copy the JDK folder somewhere in your D:/ drive - In eclipse go to Preferences-> BuildPath - Point to the alternate JDK you just created

    Many cases that might solve the problem as well.

提交回复
热议问题