Problem acces denied

Hi,

I have a signed applet which works fine with the jre1.4, but now when I try to use it with the version 1.5, I get an error.

I have readed that some people are having problems with signed applets, but i have never seen my exception, could anyone help me? I get the following exception:

certificate: org.mozilla.jss.pkcs11.PK11InternalTokenCert@5dcec6

java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.org.mozilla.jss.pkcs11)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at sun.applet.AppletSecurity.checkPackageAccess(Unknown Source)

at sun.applet.AppletClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClassInternal(Unknown Source)

[981 byte] By [papiara] at [2007-11-26 18:17:13]
# 1
this applet acces to the keystore of the firefox to select one certificate, the applet does it correctly. The error happen when it try to get info from the certificate.
papiara at 2007-7-9 5:50:48 > top of Java-index,Security,Signed Applets...