This a problem i faced .When i made applet the access file i faced the following exception:
any help ?
Just walk beside me and be my friend <a href="http://www.codemiles.com" target="_blank" rel="nofollow"><b>Java problems</b></a>,<a href="http://www.codemiles.com/viewforum.php?f=109" target="_blank" rel="nofollow"><b>Applet Games</b></a>
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Applets generally aren't allowed to perform any file I/O. To get around this, the applet needs to be signed, or the local security policy altered. Both approaches are described in HowCanAnAppletReadFilesOnTheLocalFileSystem.