Quoting "Flores, Benjamin" <[EMAIL PROTECTED]>: > Hi... Im trying to get an applet into an ASP page. But I get a java > exception for some access control. java.security.AccessControlException: > access denied java.io.FilePermission. I ve been looking for some policy > tool but I cant make it run. The point is that I cant put my applet into > my IIS server because some file access permission. What can I do to > solve this?. Thanks
I think you are trying to do something that isn't allowed by the security manager. You will have to do some research on security managers and 'signing jars'. br, Bruno ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
