https://bugzilla.redhat.com/show_bug.cgi?id=2088487



--- Comment #6 from Severin Gehwolf <[email protected]> ---
java.library.path includes /usr/lib and /usr/lib64 depending on the
architecture. Thus, 'System.loadLibrary("upstream-name")' should work out of
the box.

$ java -XshowSettings:properties -version 2>&1 | grep -C5 java.library.path
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = 
    java.class.version = 55.0
    java.home = /usr/lib/jvm/java-11-openjdk-11.0.15.0.10-1.fc35.x86_64
    java.io.tmpdir = /tmp
    java.library.path = /usr/java/packages/lib
        /usr/lib64
        /lib64
        /lib
        /usr/lib
    java.runtime.name = OpenJDK Runtime Environment

While /usr/lib/<name> works too, it requires more patching.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2088487
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to