Solutionunvalidated

Or do I need to set java.library.path at runtime? — How should I include these .so files in a modern Spring Boot application so that the JAR can still use them? Tension: Should they be put in src/main/resources? Outcome: set `LD_LIBRARY_PATH` environment variable to the path containing your .so files before executing the application.

260a4deb-9fd6-44c2-abf3-f2ae7233cd35

Or do I need to set java.library.path at runtime? — How should I include these .so files in a modern Spring Boot application so that the JAR can still use them? Tension: Should they be put in src/main/resources? Outcome: set LD_LIBRARY_PATH environment variable to the path containing your .so files before executing the application.