JMF and JNLP
843802Oct 7 2003 — edited Jan 7 2005Hi Everyone,
I have built an application that is to be distributed via webstart which includes using the JMF to record and playback audio files. However, I have come up against a little problem in that webstart doesn't like it and kicks out:
Exception on commit = java.lang.SecurityException: commit: Permission denied
On initialising the JMF in the application, it then goes further when i try to record a audio file with:
java.lang.RuntimeException: No permission to capture from applets
Has anyone come across this before ? Does anyone have an answer ?
Thanks in advance
Andy