Warning: Could not load Loader: java.lang.UnsatisfiedLinkError: no jnijavacpp in java.library.path
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jniopenblas_nolapack in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1631)
at org.bytedeco.javacpp.Loader.load(Loader.java:1265)
at org.bytedeco.javacpp.Loader.load(Loader.java:1109)
at org.bytedeco.openblas.global.openblas_nolapack.
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.bytedeco.javacpp.Loader.load(Loader.java:1176)
at org.bytedeco.javacpp.Loader.load(Loader.java:1125)
Make sure you're using javacv-platform, not just javacv.
Hi,
Can you please share the library jar file for java (javacv-platform)
Thanks and Regards,
Eldhose N. George
SEVEN SEAS HI-TECH SYSTEMS (P) LTD.
Level 1, Melka Towers
Cheruparampath Road, Kadavanthara
Kochi 682 020
Kerala, India
Email: [email protected]
From: Samuel Audet notifications@github.com
Sent: Wednesday, April 22, 2020 11:27 AM
To: bytedeco/javacv javacv@noreply.github.com
Cc: Eldhose N George eldhose@in.sevenseasinfotech.com; Author author@noreply.github.com
Subject: Re: [bytedeco/javacv] Could not load Loader: java.lang.UnsatisfiedLinkError: no jnijavacpp in java.library.path (#1402)
Closed #1402https://github.com/bytedeco/javacv/issues/1402.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/bytedeco/javacv/issues/1402#event-3258962014, or unsubscribehttps://github.com/notifications/unsubscribe-auth/API5MR7SU4E4NFILGR74P7DRN2BL3ANCNFSM4MNJPUZA.
Disclaimer: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s).Unauthorized interception, review, use or disclosure is prohibited and may violate applicable laws. If you are not the intended recipient, please contact the sender and destroy all copies of the communication Warning: Although the company has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments.
Disclaimer: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s).Unauthorized interception, review, use or disclosure is prohibited and may violate applicable laws. If you are not the intended recipient, please contact the sender and destroy all copies of the communication Warning: Although the company has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments.
Most helpful comment
Make sure you're using
javacv-platform, not justjavacv.