Add the containing directory to LD_LIBRARY_PATH before launching the application
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/some/pathOfContainingDirectory
Use java -XshowSettings:properties to show the java.library.path (and others) value.