java.security.AccessControlException

I created a JApplet and need access an SFTP server (JScape lib) and local Hard Drive. My JApplet is signed and I do accept it.

I read that you can modify the security file in Java directory but not acceptable for an Internet base application.

My JApplet:

publicvoid init(){

try{

java.awt.EventQueue.invokeAndWait(new Runnable(){

publicvoid run(){

...

I also found on the internet:

AccessController.doPrivileged(new PrivilegedAction(){

public Object run(){

What can I do?

Is a Web Start would have no security issue?

Thanks all! :)

[1043 byte] By [LoneEagle70a] at [2007-11-27 7:42:39]
# 1
I found this link and worked great! http://forum.java.sun.com/thread.jspa?forumID=421&threadID=781633
LoneEagle70a at 2007-7-12 19:23:33 > top of Java-index,Desktop,Core GUI APIs...