Florian Bernstein wrote:
Hello,

everytime I tried to build a java application using the jss34.jar, I get following exception:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no jss3 in java.library.path

Can anyone help me get it working?

I believe the "jss3" in the exception message is referring to libjss3.so. JSS contains native code. So you need libjss3.so, NSS (libnss3.so, etc.), and NSPR (libnspr4.so), and the directory these .so's are in needs to be added to your LD_LIBRARY_PATH environment variable.

Wan-Teh

_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to