解决办法:java.lang.UnsatisfiedLinkError ... Can't find dependent libraries

简介: 解决办法:java.lang.UnsatisfiedLinkError ... Can't find dependent libraries

这个错误的意思是:

加载自己的JNI库成功。

JNI库依赖别的库,没有加载成功。

怎么办?

 

找到这个库,显式加载:

System.load(路径)

目录
相关文章
|
Java Shell Spring
java.lang.reflect.InaccessibleObjectException: Unable to make
java.lang.reflect.InaccessibleObjectException: Unable to make ... This exception occurs in a wide variety of scenarios when running an application on Java 9.
7606 0
java.lang.Error: Unresolved compilation problem: The type List is not generic; it cannot be parame
java.lang.Error: Unresolved compilation problem: The type List is not generic; it cannot be parame
|
7月前
|
缓存 Java 开发工具
Error:java: Compilation failed: internal java compiler error 解决办法
Error:java: Compilation failed: internal java compiler error 解决办法
92 0
|
Java 测试技术
java.lang.IllegalStateException Unable to find a @SpringBootConfiguration代码报错
java.lang.IllegalStateException Unable to find a @SpringBootConfiguration代码报错
|
存储 分布式计算 Hadoop
【java】—Could not locate executable null 解决、思考
最近小编在做逆向工程的时候,将ios的服务端在eclipse中编译的时候遇到了这样的问题!
|
Java 测试技术
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration
114 0
|
Java 编译器
java: Compilation failed: internal java compiler error
java: Compilation failed: internal java compiler error
338 0
java: Compilation failed: internal java compiler error
java.lang.UnsatisfiedLinkError: Library not loaded: @rpath/libo.dylib Reason: image not found
java.lang.UnsatisfiedLinkError: Library not loaded: @rpath/libo.dylib Reason: image not found
101 0
so没有打包进AKP导致java.lang.UnsatisfiedLinkError: dlopen failed: library “lib.so“ not found
so没有打包进AKP导致java.lang.UnsatisfiedLinkError: dlopen failed: library “lib.so“ not found
268 0
解决办法:java.lang.UnsatisfiedLinkError ... Can't find dependent libraries
解决办法:java.lang.UnsatisfiedLinkError ... Can't find dependent libraries
466 0

热门文章

最新文章