Hi
I'm trying to make an applet to sign forms in Netscape 6+ & Mozilla 1+
When I try to initialize CryptoManager, an exception is thrown.
I've included jss32.jar in the archive attribute of the APPLET tag.
the stack trace is shown below
Any advice would be greattly appreciated, thnx in advance
Javier Arrieta
java.lang.UnsatisfiedLinkError: Unable to load jss library or one of its
dependencies
at
org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1324)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:813)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:786)
- Re: JSS dependencies error Javier Arrieta
- Re: JSS dependencies error Jamie Nicolson
