|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
java.security.AccessControlException access denied (java.io.FilePermission)
Posted by Neetha on November 05, 2001 at 3:56 AM
Hi, I am getting java.security.AccessControlException access denied (java.io.FilePermission) when i am trying to write some data into a flat file in RMI program using object serialization. Also i would to know if there is anyway to append in to flat file in java... Thanks, Neetha
Replies:
|