Running Java applications with C libraries trough JNI
Hi,
i have compiled java application with native C library, but i can't run
it!
Each time i get:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no uxinfo in
java.lib
rary.path
uxinfo is the name of my C library.
I can't get it to work!
I use:
java -Djava.library.path=. test
/test is the name of my test application which uses the library/
I've tried renaming the library from uxinfo.sl to uxinfo but still no
luck.
Help, anyone?
Best regards,
Krystian