0

Where do native libraries for a web app go so that that Resin will load them?

JoshDM
  • 4,939
  • 7
  • 43
  • 72
Phoebe
  • 2,774
  • 3
  • 22
  • 27

1 Answers1

1

The JVM will load libraries from the LD_LIBRARY_PATH or LD_LIBRARY_PATH or DYLD_LIBRARY_PATH.

RESIN_HOME/libexec or RESIN_HOME/libexec64 (depending on OS) will be added to Resin's environment automatically.

Checking what's being set for these can be done with passing --verbose flag to bin/resinctl.

Incarnate1970th
  • 202
  • 2
  • 7