aspose file tools
The moose likes Applets and the fly likes Applet File Permission !! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet File Permission !!" Watch "Applet File Permission !!" New topic
Author

Applet File Permission !!

mohamed sami
Greenhorn

Joined: Jun 16, 2007
Posts: 4
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
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.


Android appsImageJ pluginsJava web charts
mohamed sami
Greenhorn

Joined: Jun 16, 2007
Posts: 4
Thank you ,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet File Permission !!
 
Similar Threads
Loading java applet from a cab file failed
file reading in applet
java.security.AccessControlException
Applet doesn't load
My applet is not being seen in its jar anymore. Please help!