What java executable is being used when the -vm argument is set to jdk\jre\bin?
I am curious as to which Java executable gets used when eclipse.ini points to the bin directory as opposed to an actual java executable.
Depending on how RTC client is installed there is a different -vm argument in the eclipse.ini file The IM install eclipse.ini points to -vm <absolute path>\jdk\jre\bin\javaw.exe Task manager shows javaw.exe as the process The Client for Eclipse zip file eclipse.ini points to -vm \jdk\jre\bin Task manager shows eclipse.exe as the process |
Accepted answer
With the path to bin, jvm.dll is used, if found in bin.
http://wiki.eclipse.org/Equinox_Launcher#Finding_a_VM.2C_Using_JNI_Invocation_or_Executing_Java Karl Weinert selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.