Hello Steve!

Had similar with EJBs. Was advised to do this:

grant 
{ 
...
permission java.io.FilePermission "<<ALL FILES>>", "read,write";
...
}

It helped. ( Yes, granularity is rather coarse, but you can try
to refine it later,once your applet works.) 
 
--



Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to