No permission to write files from applets

No permission to write files from applets

This is an error i receive when I try capturing media using microphone. Can you help me resolved this. I think its about configuration because i read about something about customizer and registrylib and also jmfproperty but what really is it? and does someone knows the step by step in resolving this. Please help me. Thanks.

[380 byte] By [junior_pa] at [2007-11-26 13:23:32]
# 1
and what for are the new.jmf.properties and registrylib?is there a particular place i will place them or anything i should run or install first o fix first before it will work.thanks
junior_pa at 2007-7-7 17:56:06 > top of Java-index,Security,Cryptography...
# 2

To access files (read and write) from an applet, the applet needs to be signed.

There is a forum here to discuss signed applets:

http://forum.java.sun.com/forum.jspa?forumID=63

These instructions (in Part III) for signing applets work:

http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/contents.html

ChuckBinga at 2007-7-7 17:56:06 > top of Java-index,Security,Cryptography...
# 3
i know that one but im more concern about registry because it should be working byitself before since im not yet deploying it as an applet
junior_pa at 2007-7-7 17:56:06 > top of Java-index,Security,Cryptography...