...
To get a minimal JobScheduler up and running, create a home folder, e.g. myJobScheduler
, and copy the binaries according to your operating system and the Java library (com.sos-berlin.jobscheduler.engine-1.9.6.jar from the bundle) to this folder.
Step 2
Add the following files to a folder:
- 3rd Party libraries that are configured in the
jobscheduler.engine-1.9.6.pom
file. - the JDBC database driver you want to use.
If you copy the 3rd party libraries to a different folder then you have to add this folder to the class_path
setting in the [java]
section of the factory.ini
file.
...