java - Eclipse Kepler not starting with specified vm -


i've modified eclipse.ini to:

-vm c:\users\myuser\java\jdk1.7.0_25\bin\javaw.exe -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.jee.product --launcher.defaultaction openfile --launcher.xxmaxpermsize 256m -showsplash org.eclipse.platform --launcher.xxmaxpermsize 256m --launcher.defaultaction openfile --launcher.appendvmargs -vmargs -dosgi.requiredjavaversion=1.6 -xms40m -xmx512m 

in process explorer, see exe started with: c:\windows\system32\javaw.exe

why not picking specified vm? in console, java -version anywhere reflects 1 i'd use, path fine.

the -vm switch needs on 2 lines. try this:

-vm c:\users\myuser\java\jdk1.7.0_25\bin\javaw.exe 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -