mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
Updated Provide native lib for libsignal (markdown)
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`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user