Hi all...
I am having an applet program for playing an audio file. It runs normally...
but when it's run from browser, its showing the filepermission error.
java.security.A ccessControlExc eption: access denied (java.io.FilePe rmission "filename" read)
how to solve this? i have tried all the ways...tried changing the java.policy file by adding grant permission, etc.
also i created a java.policy.app let file in my directory where the applet is. and granted the permission. but am not getting...pleas e help me...
thanks and regards,
sand...
I am having an applet program for playing an audio file. It runs normally...
but when it's run from browser, its showing the filepermission error.
java.security.A ccessControlExc eption: access denied (java.io.FilePe rmission "filename" read)
how to solve this? i have tried all the ways...tried changing the java.policy file by adding grant permission, etc.
also i created a java.policy.app let file in my directory where the applet is. and granted the permission. but am not getting...pleas e help me...
thanks and regards,
sand...
Comment