diff -r 1d520c376105 -r d537553ed639 doc/building.md --- a/doc/building.md Wed Nov 28 18:16:39 2018 -0800 +++ b/doc/building.md Wed Nov 28 22:29:35 2018 -0500 @@ -662,6 +662,14 @@ platform, instead of doing a full cross-compile. (This is known as a *reduced* build.) +On Linux, BSD and AIX, it is possible to override where Java by default +searches for runtime/JNI libraries. This can be useful in situations where +there is a special shared directory for system JNI libraries. This setting +can in turn be overriden at runtime by setting the `java.library.path` property. + + * `--with-jni-libpath=` - Use the specified path as a default + when searching for runtime libraries. + #### Configure Arguments for Native Compilation * `--with-devkit=` - Use this devkit for compilers, tools and resources