Wan-Teh Chang wrote:
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

That's what I have already done, downlaoding all the lib files and addign the pathes to the LD_LIBRARY_PATH. But it seems as if linux doesn't recognize the libs. I checked the pathes twice, and they're spelled right.

Any other solutions?

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

Reply via email to