I
icanoop
I'm working on an applet that has to make network connections.
to use the network. I have my applet signed and certified by Thawte and
the certificate seems to be working fine. However, I am still getting
an AccessControlException when I try to use the network because I don't
have the SocketPermission. Everything I've read says this should be
working.
Does anyone have any ideas why it's not working? How can give my applet
extra permissions without forcing the user to edit the security policy
file?
I'm using the Sun Java Plugin 1.6.0 on Windows with Firefox 2.0.
should run outside the sandbox and have the necessary SocketPermissionFrom what I understand, if the applet is signed by a trusted CA then it
to use the network. I have my applet signed and certified by Thawte and
the certificate seems to be working fine. However, I am still getting
an AccessControlException when I try to use the network because I don't
have the SocketPermission. Everything I've read says this should be
working.
Does anyone have any ideas why it's not working? How can give my applet
extra permissions without forcing the user to edit the security policy
file?
I'm using the Sun Java Plugin 1.6.0 on Windows with Firefox 2.0.