Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Location of the JVM for Windows 

  • The 64 bit JobScheduler needs a 64 bit JVM and the 32 bit JobScheduler needs a 32 bit JVM (jvm.dll) to run.
  • To determine where the location of this file is, JobScheduler retrieves the active java version from the Windows registry:
     

...

  • This version contains the key RuntimeLib which will determine the location of the JVM used by JobScheduler (e.g. HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.7\RuntimeLib).
  • You can use a different JVM specifying the option vm in the section java in the configuration file ./config/sos.ini.

Example

Code Block
 ...
 [java]
 vm                     = C:\Program Files\Java\jre7\bin\client\jvm.dll
 ...