简体   繁体   中英

java.lang.UnsatisfiedLinkError

Exception in thread "Thread-17" java.lang.UnsatisfiedLinkError: MetadataMatching.SimXMLModule.computeStructSimXML([Ljava/lang/String;)[D
    at MetadataMatching.SimXMLModule.computeStructSimXML(Native Method)
    at MetadataMatching.SimXMLModule.<init>(SimXMLModule.java:49)
    at MetadataMatching.MatchMetadata.run(MatchMetadata.java:65)

computeStructSimXML" is a native method implemented by C++ in "libSimXMLModule.so

Why it prompts throw java.lang.UnsatisfiedLinkError , anyone can help me? Thank you very much?

The library containing the native method computeStructSimXML cannot be found. You need to add libSimXMLModule.so to your LD_LIBRARY_PATH .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM