0

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

Ravi
  • 30,808
  • 18
  • 108
  • 168
Monysha
  • 1
  • 2

1 Answers1

1

Have a look on the below url.

Cannot run Eclipse; JVM terminated. Exit code=13

Community
  • 1
  • 1
Rahul
  • 3,401
  • 3
  • 13
  • 27
  • I have the path only in the next line of -vm n before -vmargs as said in that link... but still i get the same error – Monysha Jan 21 '14 at 12:32
  • Exactly this error is wat I have... but I have done all the changes in the answer suggested has given.... my previous comment answers it perfectly.... – Monysha Jan 21 '14 at 12:38
  • im not able to upload the picture as i dont have reputation score as this is my first tym posting my questions or seeking answers here – Monysha Jan 21 '14 at 12:40