Applet Exception
Hey
I have created an FTP CLIENT JApplet running on an IIS, it consists og 3 jar files,
Application jar and 2 Jakarta jar files (Jakarta FTPClient and some other jar).
My Problem is that i am getting an Exception "java.security.AccessControlException: Access denied (java.net.SocketPermission....)"
I can tell that my Application workes fine as an JFrame, but as an JApplet i get the Exception.
I have signed my Application.jar file (which i my JApplet).
Do i have to sign all 3 jar files ?
Can any tell me what to do, to make the Applet function
Thanks, Al

