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)

