Monysha
Monysha

Reputation: 1

Cannot run Eclipse; JVM terminated with Exit code=13

I just append -vm
C:\Program Files\Java\jdk1.7.0_51\bin\javaw.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.3.0.v20120522-1813.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807

-product

com.android.ide.eclipse.adt.package.product

--launcher.XXMaxPermSize

256M

-showsplash

com.android.ide.eclipse.adt.package.product

-vm

C:\Program Files\Java\jdk1.7.0_51\bin\javaw.exe
--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

-vmargs

-Dosgi.requiredJavaVersion=1.6

-Xms40m

-Xmx768m

-Declipse.buildId=v22.3.0-887826
-XX:MaxPermSize=512M]


[See image here]

enter image description here

Upvotes: 0

Views: 572

Answers (1)

Rahul
Rahul

Reputation: 3519

Have a look on the below url.

Cannot run Eclipse; JVM terminated. Exit code=13

Upvotes: 1

Related Questions