Note the format of the -vm
option - it is important to be exact:
- The
-vm
option and its value (the path) must be on separate lines. - The value must be the full absolute or relative path to the Java executable, not just to the Java home directory.
- The
-vm
option must occur after the other Eclipse-specific options (such as-product
,--launcher.*
, etc), but before the-vmargs
option, since everything after-vmargs
is passed directly to the JVM. - For the 32-bit Eclipse executable (eclipse.exe on Windows) a 32-bit JVM must be used and for the 64-bit Eclipse executable a 64-bit JVM must be used. 32-bit Eclipse will not work with a 64-bit JVM.
Read full article from eclipse.ini - Eclipsepedia
No comments:
Post a Comment