How can I give an Applet write access to the file system? I have an Applet that needs write access, but I don’t know how to show the security dialog like it’s done using Java Webstart!? Is it possible or does a user manually have to edit the Applet’s permission policy file?
Using Webstart I write in the .JNLP:
<security>
<all-permissions/>
</security>
Can I do the same for Applets???