I am writing a program that uses JNI, and it works fine when I run it on my computer, but it throws an UnsatisfiedLinkError if I try to run it on another compupter, saying that it cannot find the dependent libraries. I use Eclipse, and I've tried everything (or a lot of things, whichever you prefer).
Can someone tell me how to fix this?