Possible Duplicate:
Cannot run Eclipse; JVM terminated. Exit code=13
i just downloaded "Eclipse IDE for Java Developers". After unzipping and editing eclipse.ini the program gets terminated (exit code 13) and shows me the following error message:
more details:
- im using windows 7 64 bit.
- downloaded Eclipse IDE for Java Developers 64 bit for windows.
- installed java jdk 7.0.4 (in advance)
- installed sdk for android. (in advance)
- i followed instructions about editing eclipse.ini and adding the pathway to the javaw.exe
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_64_1.1.200.v20120522-1813 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vm C:\Program Files (x86)\Java\jdk1.7.0_04\bin\javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -Xms40m -Xmx384m