Eclipse, exit code 13 -
i using java 1.6. have 64 bit w7os. when start eclipse, receive exit code=13 error message. have seen solutions , went eclipse.ini file , added in path java 1.6. .ini file now. added in '-vm' , following line of c:...
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416 -product org.eclipse.epp.package.java.product --launcher.defaultaction openfile --launcher.xxmaxpermsize 256m -showsplash org.eclipse.platform --launcher.xxmaxpermsize 256m --launcher.defaultaction openfile --launcher.appendvmargs -vm c:\program files\java\jre6\bin\javaw.exe -vmargs -dosgi.requiredjavaversion=1.6 -xms40m -xmx512m i understand internet thinks has os being 64-bit , eclipse trying run 32 bit version or something, not understand solutions given that. should do?
thank in advance.
you don't have reinstall java.
go c:\program data\oracle\java , check path shortcuts java, javaw , javaws pointing to.
if shortcuts not pointing correct 64-bit java path, delete shortcuts , create new ones same name , change target location of program 64bit java (jdk\bin{java or javaws or javaw}) location.
Comments
Post a Comment