1

I am trying to load a .so file (native library) in my Jenkins build. I believe the native libraries are all read via the java.library.path. Can I add to the path just for a specific Jenkins project?

Tim
  • 41
  • 4

1 Answers1

1

Found the answer - you can edit the java command line parameters in the Jenkins setup. Just added -Djava.library.path= into the parameters.

Tim
  • 41
  • 4