Eclipse internal error while initializing Java tooling

前端 未结 21 2781
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 11:39

I am getting errors from Eclipse Indigo running on Windows 7 Ultimate. For each of the following items:

Android SDK content loader
Building workspace
Initial         


        
21条回答
  •  一向
    一向 (楼主)
    2020-12-23 11:51

    Just change the following values at "eclipse.ini" file to the following:

    -Xms1024m
    -Xmx2048m
    

    Note:

    • You can find the "eclipse.ini" file by right click eclipse icon on and select "Open file location".
    • This error occurs because the eclipse is running out of memory, so we just increased the assigned memory for the eclipse application.

提交回复
热议问题