java - Default value for -vm value in the eclipse.ini file -


In the eclipse.ini file, what is the default value for- vm? If I do not set this value, where the system will search for this value. Thanks !. Excerpt from

specify no-VM

When no-VM is specified, the launcher looks at the root of the eclipse in the first directory of a virtual machine and then on the search path. If Java is found at any location, the launcher looks a jvm shared library (jvm.dll on Windows, libjvm.so on the * nix platform) that seems relative to that Java executable.

  • If the Jvm shared library is found, it loads the launcher and uses the JNI invoice API to start VM.
  • If no GVM Shared Library is found, the launcher runs the Java Launcher to start VM in a new process.

Comments