I have a problem to make an applet using using JSS. In fact JSS uses
some dll librairies. My applet is well signed and it works fine with
IE but with Nescape 7.0 I get an exception:
java.lang.UnsatisfiedLinkError: C:\WINNT\SYSTEM32\jss3.dll: The
specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1397)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1323)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:823)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.ja
It seems we do not have to use the function enablePrivilege for
netscape 7.0. is there a function replacing that one ? nevertheless I
tried to use it (PrivilegeManager.enablePrivilege( "SuperUser");) and
I got the following message "Netscape security model is no longer
supported."
Any help will be greatful,
Thnx in advance
Tiggy