Versions Compared

Key

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

...

The JobScheduler requires an Oracle Java JRE (version h1. >= 1.6).

Sometimes you have already a JRE but it is part of another application and you don't want to use it for the JobScheduler.

...

So take this way.
Please open a command line as administrator and type the following:

Code Block

 > cd %TEMP%\

...

jobscheduler<version>
 > set Path= C:\ProgramData\jre\bin;%Path%

...


 > java.exe -jar jobscheduler_win32.jar

Now the setup use the new JRE in %APPDATA%\jre and it writes the JRE in some files:

...