Sorry for my ignorance, but I’m on a windows machine and simply click on the .exe. What I tried to do was run the .exe from the command window as:
eclipse.exe -vmargs -Xmx256 but received an Eclipse error:
JVM terminated. Exit code=13
C:\WINDOWS\system32\javaw.exe
-Xmx25
-cp C:\Eclipse\eclipse\startup.jar org.eclipse.core.launcher.Main
-os win32
-ws win32
-arch x86
-showsplash C:\Eclipse …. 600
-exitdata C:\Exlipse …. -exitdata b3c+7c8
-vm C:\WINDOWS\system32\javaw.exe
-vmargs
-Xmx256
-cp C:\Eclipse\eclipse\startup.jar org.eclipse.core.launcer.Main
I hope that this isn’t too cryptic but I’m not sure where to specify the -vmargs property.
Thanks.