Cannot run Eclipse; JVM terminated. Exit code=13
Cannot run Eclipse; JVM terminated. Exit code=13 I just append -vm C:Program FilesJavajre6binjavaw.exe in eclipse.ini then I try to start eclipse again and got this error. Give me how to solve or link that actually solve it. this is my eclipse.ini -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vm C:Program FilesJavajre6binjavaw.exe -vmargs -Xms40m -Xmx384m Thank you stackoverflow.com/a/9636283/405117 this helped me – Vikram Nov 1 '12 at 20:59 If Eclipse stopped working after you upgraded from Java 7 to Java 8 (1.8.0 u25 or higher), it's possible your Eclipse is 64-bit and requires a 64-bit versio...