...
Now you can configure this new JRE to be used by JobScheduler:
Windows
Assume that you have extracted the new JRE into C:\ProgramData\jre and
you have extracted the JobScheduler download to %TEMP%.
...
Code Block |
---|
... [java] ; does not necessarily work, use PATH (Windows) or LD_LIBRARY_PATH (Unix) to locate the Java VM vm = C:\ProgramData\jre\bin\client\jvm.dll |
Linux
WORK IN PROGRESS