简体   繁体   中英

java.lang.UnsatisfiedLinkError

I am trying to use an applet I downloaded. I get the following error when using it

Can't load library 'friend'.
java.lang.UnsatisfiedLinkError:no friend in java.library.path

No resource '/libfriend.so' found.

Please help. Thank you.

the application is looking for a native library called libfriend.so in your path. I'm assuming you're on linux, if so and you have the .so file you can add it to your path, if you are on windows you are out of luck.

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