startup - Cannot run Eclipse; JVM terminated. Exit code=13 -


enter image description here

i append -vm c:\program files\java\jre6\bin\javaw.exe

in eclipse.ini try start eclipse again , got error. give me how solve or link solve it.

this 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 files\java\jre6\bin\javaw.exe -vmargs  -xms40m  -xmx384m 

thank you

it may way error shows (and not how written in eclipse.ini file), there text in eclipse.ini (specifying jvm) says following:

  • the -vm option , value (the path) must on separate lines.
  • the value must full absolute path java executable, not java home directory.
  • the -vm option must occur before -vmargs option, since after -vmargs passed directly jvm

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -