signed applet is not granted its permission

hii have an applet thats calling a method from another class from the same signed jar file. granting all permissions to everything it works, but as soon as i use "signedBy" i cant read or write. what am i doing wrong?thanksjo
[260 byte] By [jojolaa] at [2007-10-2 6:40:11]
# 1

Signing applets:

http://forum.java.sun.com/thread.jsp?forum=63&thread=524815

second post and reply 18 for the java class file using doprivileged

http://forum.java.sun.com/thread.jsp?forum=63&thread=409341

4th post explaining how to set up your own policy with your own keystore

Still problems?

A Full trace might help us out:

http://forum.java.sun.com/thread.jspa?threadID=656028

harmmeijera at 2007-7-16 13:48:25 > top of Java-index,Security,Signed Applets...
# 2
i solved the problem. the method is actually called by javascript and thus is not included in the policy file. thanks for your help
jojolaa at 2007-7-16 13:48:25 > top of Java-index,Security,Signed Applets...