You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compile-argon2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
5. Set the Java system property `jna.library.path` to the directory where your library is stored. Example: The library is located in `/home/moe/tmp/phc-winner-argon2/libargon2.so`. Start your Java application with `-Djna.library.path=/home/moe/tmp/phc-winner-argon2/`
8
8
6. If it doesn't work, set the Java system property `jna.debug_load` to `true`. This will print JNA library lookup details to the console. Example: `-Djna.debug_load=true`
9
9
10
-
You can make it available to JNA by placing them under your `resources/{OS}_{ARCH}`. In this case you don't need to use any extra system property.
10
+
You can make it available to JNA by placing them under your `resources/{OS}-{ARCH}`. In this case you don't need to use any extra system property.
11
11
Check the [JNA getting started guide](https://github.com/java-native-access/jna/blob/master/www/GettingStarted.md) for details.
0 commit comments