Versions Compared

Key

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

...

Note

For this example, we created a libs folder in the home folder and copied the 3rd party libraries and the jdbc driver to this folder. Therefore we can use a relative path in the factory.ini, otherwise an absolute path to the folder where the 3rd party libraries are copied to ha has to be configured.

We set the class path in the factory.ini like this:

[java]
class_path = libs/*.jar;

...