This class file runs fine when its a windowed app or console app but i get this error when I try to run it from IE as an applet. Is there a fix and if so what is it?
Java
Last Comment
Mick Barry
8/22/2022 - Mon
Mick Barry
the default applet permissions only allow it to coneect to the same machine it was loaded from.
what does your applet try to connect to?
Ok signing the applet seems to be a real pain. The webserver and the server that the applet connects to are different servers. So I guess i have no choice but to sign it. Have you done this before?
Mick Barry
yes, i use ant to do the signing as part of the deployment process.
what does your applet try to connect to?