I’m having trouble with Eclipse/Workbench startup – “Error code:Launcher-11”

Asked By 80 points N/A Posted on -
qa-featured

Is anyone familiar with Eclipse/Workbench? I can’t seem to work around this problem. I can’t start up the program and an error message appears: “Error code:Launcher-11”. Any help would be very much appreciated. Thank you very much!

SHARE
Answered By 0 points N/A #146408

I’m having trouble with Eclipse/Workbench startup – “Error code:Launcher-11”

qa-featured

      

  This error shows because there are some problems regarding to the memory usage of the eclipse program. The maximum heap size of eclipse is set to "-XmxN". This option can be found on win_32-pentium.ini, Where N is the heap size in bytes. For you to understand assigning value, I will give you example, “-Xmx768m". It tells that the maximum size is set to 768MB.

Just lower the value of the memory. If the program still does' nt launch, try to lower again the value until it run.

Location of launcher-win_32-pentium.ini:

For windows XP= C:Documents and Settings<username>Application DataARMARM Workbench IDE<version>

For Windows7=C:Users<username>AppDataRoamingARMARM Workbench IDE<version>

Good luck.

Related Questions