In a Java project, I am using a third-party library that loads some native library via
System.loadLibrary(\"libName\");
I\'d like to be able to
Is there a simpler way?
Yes, provide batch/script files to start the application. Then you can set the correct path in the batch/shell file or even read the value from an environment variable. Much easier then trying to do it from inside the application.