Hi all,
I have just downloaded JSS and its dependencies for Windows32 platform
I am trying to run java class
java org.mozilla.jss.pkix.cert.Certificate (this has a main method - at
least in debug build)
it is giving me following exception:
java.lang.SecurityException: Unable to initialize security library
at org.mozilla.jss.CryptoManager.initializeAllNative(Native Method)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:763)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:729)
at org.mozilla.jss.pkix.cert.Certificate.main(Certificate.java:279)
is there anything else needs to be done (apart from copying the dlls in the
path and updating the classpath to include jss31_dbg.jar ?)
Any help is appreciated,
Mandar