j.fabre wrote:
... but, ¿how could you explain that i´ve get it working on Windows,
also using Firefox 2.0, and simply following configuration instruction
I´ve found at the Sun´s and JSS pages?
We got JSS working on a Red Hat Enterprise Linux 4 system doing the
following for our Java application.
prerequisites:
jss4.jar must be in the classpath
libjss4.so is in /usr/lib
contents of nss/lib is in /usr/lib
contents of nspr/lib is in /usr/lib
we start our application like so:
java -Djava.library.path=/usr/lib -cp ourapp.jar:jss4.jar
our.main.class.here
We use the java.library.path VM variable because for some reason the
system didn't pick up that the libjss4.so was available without that.
We're using JDK/JRE 1.5.0_10-b03.
Dave
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto