OCAP Permission
Mon, 03/16/2009 - 01:30
I wanted to create a Xlet which could can read file from local drive. But I am geeting java.security.AccessControlException even though I have given permission for read and write from permission file. Can anybody provide me with sample permission file to read a file from local machine. Thanks Aditya





community
OCAP Permission
Hi, I am having almost the same problem, when I try to use NanoXML appears:
java.security.AccessControlException: access denied (java.util.PropertyPermission net.n3.nanoxml.XMLParser read)
at java.security.AccessControlContext.checkPermission (AccessControlContext.java, line 280)
at java.security.AccessController.checkPermission (AccessController.java, line 468)
at java.lang.SecurityManager.checkPermission (SecurityManager.java, line 1045)
does anybody knows how to resolve this problem?
help