Can't load library: /tmp/BridJExtractedLibraries978435834650156898/OpenIMAJGrabber.so System.load("/tmp/BridJExtractedLibraries978435834650156898/OpenIMAJGrabber.so")
See original GitHub issuei working webcam sacanning in raspberry pi 3 , when i run program it gives : Native code library failed to load. java.lang.UnsatisfiedLinkError: Can’t load library: /tmp/BridJExtractedLibraries978435834650156898/OpenIMAJGrabber.so
while i used System.load(“/tmp/BridJExtractedLibraries978435834650156898/OpenIMAJGrabber.so”); but could not solved the problem , my dependencies are
<dependencies>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-v4l4j</artifactId>
<version>0.3.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-video-capture</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>Sonatype OSS Snapshot Repository</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
System.loadLibrary() gives java.lang.UnsatisfiedLinkerError
dll from C:\libraries, I am still getting this same error. Is there any reason why System.load is finding the .dll in a place...
Read more >System.load() and java.lang.UnsatisfiedLinkError — oracle-tech
Hi All, I'm forced to dynamically load dll libraries into the jvm (can't ... If so, then I can toggle between _[System.load("c:/path/to/nativeLib.dll")]_ ...
Read more >How to Handle the UnsatisfiedLinkError Runtime Error in Java
Java loads native libraries at runtime by invoking the System.load() or the System.loadLibrary() method. The main difference between the two ...
Read more >AdminServer fails to start due to "Error accessing message ...
Dependency tool 'ldd' doesn't report any missing libraries but indicates that libjutil.so is being loaded from /usr/lib directory
Read more >How to Load a Java Native/Shared Library (.so) by ... - Chilkat
Call System.load to load the .so from an explicitly specified absolute path. Copy the shared library to one of the paths already listed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is nothing bad in this log (except BUILD FAILURE at the end). The only problems are from BridJ demangler, but these are just a debug statements and can be ignored.
Did some crash occurred because I can’t see full log, it’s just cut in one moment:
More things to check:
Great. It’s then BridJ issue. I’m closing this ticket.