Updated Provide native lib for libsignal (markdown)

Sebastian Scheibner 2022-04-06 16:01:08 +02:00
parent 3f54b7ef58
commit 17183d52a8

@ -76,7 +76,12 @@ Note: on Windows, bundling the compiled `signal_jni.dll` file does not seem to w
##### Finding the default `java.library.path`
This [Java program](https://stackoverflow.com/a/20498049) can output any system property, including `java.library.path`. Note that there may be multiple paths to choose from, they are separated with a colon.
You can run the following command to get the value of `java.library.path` on your system:
```
java -XshowSettings:properties -version 2>&1 | grep java.library.path
```
Note that there may be multiple paths to choose from, they are separated with a colon.
##### Overriding `java.library.path`