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

[614 byte] By [X999a] at [2007-11-27 2:36:35]
# 1
Telling us the stack trace would have been nice, but yes, you'll have to sign all JARs that might execute a potentially restricted operation.
CeciNEstPasUnProgrammeura at 2007-7-12 2:56:00 > top of Java-index,Java Essentials,Java Programming...
# 2
Tanks CeciNEstPasUnProgrammeur!!It works - You are a Java Superman in my eyes.Thanks again - AL
X999a at 2007-7-12 2:56:00 > top of Java-index,Java Essentials,Java Programming...